Dbl5Elem

ostrat.Dbl5Elem
trait Dbl5Elem extends DblNElem

An object that can be constructed from 5 Doubles. These are used in ArrDbl5 Array[Double] based collections.

Attributes

Graph
Supertypes
trait DblNElem
trait ValueNElem
trait SpecialT
class Any

Members list

Value members

Abstract methods

def dbl1: Double
def dbl2: Double
def dbl3: Double
def dbl4: Double
def dbl5: 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