Dbl1Elem

ostrat.Dbl1Elem
trait Dbl1Elem extends DblNElem

An object that can be constructed from a single Double. These are used in ArrDbl1 Array[Int] based collections.

Attributes

Graph
Supertypes
trait DblNElem
trait ValueNElem
trait SpecialT
class Any
Known subtypes
class Angle
trait AngleLike
class Latitude
class Longitude
class AngleVec

Members list

Value members

Abstract methods

def dbl1: Double

Concrete methods

override def dblBufferAppend(buffer: ArrayBuffer[Double]): Unit

Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.

Utility method to append this as an element to an ArrayBuffer[Double]. End users should rarely need to use this method.

Attributes

Definition Classes
override def dblForeach(f: Double => Unit): Unit

Performs the side effecting function on each Double in this Product element.

Performs the side effecting function on each Double in this Product element.

Attributes

Definition Classes
def dblsEqual(that: Dbl1Elem): Boolean