toScientificArray

Creates a DefaultScientificArray from a list of ScientificValue

Return

A DefaultScientificArray containing all values of the list in TargetUnit

Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of ScientificUnit representing all elements in the list of ScientificValue

TargetUnit

the type of AbstractScientificUnit the array should represent

unit

the TargetUnit to convert all values to


Creates an ArrayType from a list of ScientificValue

Return

A ArrayType containing all values of the list in TargetUnit

Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of ScientificUnit representing all elements in the list of ScientificValue

TargetUnit

the type of ScientificUnit the array should represent

NumberType

the type of Number the values are is stored in

ArrayType

the type of ScientificArray to create

unit

the TargetUnit to convert all values to

factory

method for creating an ArrayType from a list of Decimal and a TargetUnit