plus
Creates a DefaultScientificArray in Unit containing all values of this ScientificArray and right
Return
the DefaultScientificArray containing all values of this ScientificArray and right in Unit
Parameters
the type of PhysicalQuantity of the unit
the type of Number stored in this ScientificArray
the type of AbstractScientificUnit of the this ScientificArray and the resulting DefaultScientificArray
the type of ScientificUnit of right
the ScientificArray to add to this ScientificArray
Creates a DefaultScientificArray in Unit by adding a ScientificValue to this ScientificArray
Return
the DefaultScientificArray containing all values of this ScientificArray as well as right in Unit
Parameters
the type of PhysicalQuantity of the units
the type of Number stored in this ScientificArray
the type of AbstractScientificUnit of the this ScientificArray and the resulting DefaultScientificArray
the type of AbstractScientificUnit of right
the ScientificValue to add to this ScientificArray
Creates a DefaultScientificArray in Unit by adding a ScientificArray to this ScientificValue This will convert the values right into Unit
Return
the DefaultScientificArray containing this ScientificValue and all values of right in Unit
Parameters
the type of PhysicalQuantity of the units
the type of AbstractScientificUnit of the ScientificValue and the resulting DefaultScientificArray
the type of ScientificUnit of right
the ScientificArray to add to this ScientificValue
Creates a DefaultScientificValue equal to the ScientificValue.value increased by value
Return
the DefaultScientificValue where the ScientificValue.value is increased by value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the amount to add to the value
Creates a DefaultScientificValue equal to a ScientificValue.value increased by this Number
Return
a DefaultScientificValue where the ScientificValue.value of value is increased by this number
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the ScientificValue to add the value to
Creates a DefaultScientificValue equal to the ScientificValue.value increased by value
Return
a DefaultScientificValue where the ScientificValue.value is increased by value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the Decimal amount to add to the value
Creates a DefaultScientificValue equal to a ScientificValue.value increased by this Decimal
Return
a DefaultScientificValue where the ScientificValue.value of value is increased by this Decimal
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the ScientificValue to add the value to
Creates a Value equal to the ScientificValue.value increased by value
Return
a Value where the ScientificValue.value is increased by value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue
the type of ScientificValue to store the result in
the Decimal amount to add to the value
Creates a Value equal to a ScientificValue.value increased by this Decimal
Return
a Value where the ScientificValue.value is increased by this Decimal
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue
the type of ScientificValue to store the result in
the ScientificValue to add the value to
Adds the ScientificValue.value of two ScientificValue into a DefaultScientificValue with LeftUnit as its unit
Return
a DefaultScientificValue in LeftUnit where right is added to this value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue being added to
the type of ScientificUnit of the ScientificValue being added
the ScientificValue of RightUnit to add
Adds the ScientificValue.value of two ScientificValue into a Value with TargetUnit as its unit
Return
a Value in TargetUnit where left and right are added to each other
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue being added to
the type of ScientificUnit of the ScientificValue being added
the type of ScientificUnit the Value should be in
the type of ScientificValue to return
the ScientificValue of LeftUnit to add to
the ScientificValue of RightUnit to add