convertValues
fun <Quantity : PhysicalQuantity, NumberType : Number, Unit : ScientificUnit<Quantity>, TargetUnit : ScientificUnit<Quantity>> ScientificArray<NumberType, Quantity, Unit>.convertValues(target: TargetUnit): List<Decimal>
Converts the values of a ScientificArray into their Decimal values in a TargetUnit
Return
the list of Decimal of all values of the ScientificArray in TargetUnit
Parameters
Quantity
the type of PhysicalQuantity of the unit
NumberType
the type of Number stored in this ScientificArray
Unit
the type of ScientificUnit of this ScientificArray
TargetUnit
the type of ScientificUnit the resulting list of Decimal should be in
target
the TargetUnit the resulting list of Decimal should be in