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

Quantity

the type of PhysicalQuantity of the units to be concatenated

Unit

the type of AbstractScientificUnit of this ScientificArray and the resulting DefaultScientificArray

RightUnit

the type of ScientificUnit of right

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

Quantity

the type of PhysicalQuantity of the units to be concatenated

Unit

the type of ScientificUnit of this ScientificArray and the resulting TargetArray

RightUnit

the type of ScientificUnit of right

TargetNumberType

the type of Number stored in TargetArray

TargetArray

the type of ScientificArray to create

right

the ScientificArray to add to this ScientificArray

arrayFactory

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

Quantity

the type of PhysicalQuantity of the units to be concatenated

LeftUnit

the type of ScientificUnit of this ScientificArray

RightUnit

the type of ScientificUnit of right

TargetUnit

the type of AbstractScientificUnit of the DefaultScientificArray to be returned

right

the ScientificArray to add to this ScientificArray

targetUnit

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

Quantity

the type of PhysicalQuantity of the units to be concatenated

LeftUnit

the type of ScientificUnit of this ScientificArray

RightUnit

the type of ScientificUnit of right

TargetUnit

the type of ScientificUnit of the TargetArray to be returned

TargetNumberType

the type of Number stored in TargetArray

TargetArray

the type of ScientificArray to create

right

the ScientificArray to add to this ScientificArray

targetUnit

the TargetUnit of the TargetArray to be returned

arrayFactory

method for creating TargetArray from a list of Decimal and TargetUnit