DefaultScientificArray

constructor(values: DoubleArray, unit: Unit)

Parameters

values

the DoubleArray containing the values

unit

the Unit component

Type Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of AbstractScientificUnit this array represents


constructor(value: List<Decimal>, unit: Unit)