combine
Combines this ScientificArray and right into a DefaultScientificArray using a transformation method
Return
A DefaultScientificArray that combines the values of both arrays using the transform method
Parameters
the type of PhysicalQuantity of this ScientificArray
the type of Number stored in this ScientificArray
the type of AbstractScientificUnit of this ScientificArray
the type of PhysicalQuantity of the right unit
the type of AbstractScientificUnit of right
the type of PhysicalQuantity of the resulting DefaultScientificArray
the type of ScientificUnit that LeftUnit and RightUnit should be combined into
a ScientificArray of RightUnit to combine with this ScientificArray
method for converting a DefaultScientificValue in LeftUnit and a DefaultScientificValue in RightUnit into A ScientificValue of TargetUnit
Throws
if the size of both arrays does not match
Combines this ScientificArray and right into a TargetArray using a transformation method
Return
A TargetArray that combines the values of both arrays using the transform method
Parameters
the type of PhysicalQuantity of this ScientificArray
the type of Number stored in this ScientificArray
the type of ScientificUnit of this ScientificArray
the type of ScientificValue in LeftUnit that each element of this ScientificArray should converted to before combining with a RightValue from right
the type of PhysicalQuantity of the right unit
the type of ScientificUnit of right
the type of ScientificValue in RightUnit that each element of right should converted to before combining with a LeftValue from this ScientificArray
the type of PhysicalQuantity of the resulting TargetArray
the type of ScientificUnit that LeftUnit and RightUnit should be combined into
the type of Number stored in TargetArray
the type of ScientificArray to create
a ScientificArray of RightUnit to combine with this ScientificArray
method for creating a RightValue from a Decimal and a RightUnit
method for creating a TargetArray from a list of Decimal and a TargetUnit
method for converting a LeftValue and RightValue into A ScientificValue of TargetUnit
Throws
if the size of both arrays does not match