split

Splits a ScientificArray into a list of DefaultScientificValue of all the values in the array

Return

a list of DefaultScientificValue in Unit for all values stored in the array

Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of AbstractScientificUnit of the array

NumberType

the type of Number stored in the array


Splits a ScientificArray into a list of DefaultScientificValue in TargetUnit of all the values in the array

Return

a list of DefaultScientificValue in TargetUnit for all values stored in the array

Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of ScientificUnit of the array

NumberType

the type of Number stored in the array

TargetUnit

the type of AbstractScientificUnit the resulting DefaultScientificValue should be in

targetUnit

the TargetUnit the resulting DefaultScientificValue should be in


Splits a ScientificArray into a list of TargetValue of all the values in the array

Return

a list of TargetValue for all values stored in the array

Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of ScientificUnit of the array

NumberType

the type of Number stored in the array

TargetValue

the type of ScientificValue to return

factory

method for creating TargetValue from a Decimal and Unit


Splits a ScientificArray into a list of TargetValue of all the values in the array

Return

a list of TargetValue for all values stored in the array

Parameters

Quantity

the type of PhysicalQuantity of the unit

Unit

the type of ScientificUnit of the array

NumberType

the type of Number stored in the array

TargetUnit

the type of ScientificUnit the resulting TargetValue should be in

TargetValue

the type of ScientificValue to return

targetUnit

the TargetUnit the resulting TargetValue should be in

factory

method for creating TargetValue from a Decimal and TargetUnit