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
the type of PhysicalQuantity of the unit
the type of AbstractScientificUnit of the array
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
the type of PhysicalQuantity of the unit
the type of ScientificUnit of the array
the type of Number stored in the array
the type of AbstractScientificUnit the resulting DefaultScientificValue should be in
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
the type of PhysicalQuantity of the unit
the type of ScientificUnit of the array
the type of Number stored in the array
the type of ScientificValue to return
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
the type of PhysicalQuantity of the unit
the type of ScientificUnit of the array
the type of Number stored in the array
the type of ScientificUnit the resulting TargetValue should be in
the type of ScientificValue to return
the TargetUnit the resulting TargetValue should be in
method for creating TargetValue from a Decimal and TargetUnit