concat
Creates a DefaultScientificArray containing all values of this ScientificArray and right This will convert the values right into Unit
Return
the DefaultScientificArray containing all values of both this ScientificArray and right in Unit
Parameters
the type of PhysicalQuantity of the units to be concatenated
the type of AbstractScientificUnit of this ScientificArray and the resulting DefaultScientificArray
the type of ScientificUnit of right
the ScientificArray to add to this ScientificArray
Creates a TargetArray containing all values of this ScientificArray and right This will convert the values right into Unit
Return
the TargetArray containing all values of both this ScientificArray and right in Unit
Parameters
the type of PhysicalQuantity of the units to be concatenated
the type of ScientificUnit of this ScientificArray and the resulting TargetArray
the type of ScientificUnit of right
the type of Number stored in TargetArray
the type of ScientificArray to create
the ScientificArray to add to this ScientificArray
method for creating TargetArray from a list of Decimal and Unit
Creates a DefaultScientificArray containing all values of this ScientificArray and right This will convert the values of both this ScientificArray and right into TargetUnit
Return
the DefaultScientificArray containing all values of both this ScientificArray and right in TargetUnit
Parameters
the type of PhysicalQuantity of the units to be concatenated
the type of ScientificUnit of this ScientificArray
the type of ScientificUnit of right
the type of AbstractScientificUnit of the DefaultScientificArray to be returned
the ScientificArray to add to this ScientificArray
the TargetUnit of the DefaultScientificArray to be returned
Creates a TargetArray containing all values of this ScientificArray and right This will convert the values of both this ScientificArray and right into TargetUnit
Return
the TargetArray containing all values of both this ScientificArray and right in TargetUnit
Parameters
the type of PhysicalQuantity of the units to be concatenated
the type of ScientificUnit of this ScientificArray
the type of ScientificUnit of right
the type of ScientificUnit of the TargetArray to be returned
the type of Number stored in TargetArray
the type of ScientificArray to create
the ScientificArray to add to this ScientificArray
the TargetUnit of the TargetArray to be returned
method for creating TargetArray from a list of Decimal and TargetUnit