minus
Creates a DefaultScientificValue equal to the ScientificValue.value decreased by value
Return
a DefaultScientificValue where the ScientificValue.value is decreased by value
Parameters
the amount to subtract from the value
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
Creates a DefaultScientificValue equal to a ScientificValue.value decreased from this Number
Return
a DefaultScientificValue where the ScientificValue.value of value is subtracted from this number
Parameters
the ScientificValue whose value should be subtracted from this Number
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
Creates a DefaultScientificValue equal to the ScientificValue.value decreased by value
Return
a DefaultScientificValue where the ScientificValue.value is decreased by value
Parameters
the Decimal to subtract from the value
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
Creates a DefaultScientificValue equal to a ScientificValue.value decreased from this Decimal
Return
a DefaultScientificValue where the ScientificValue.value of value is subtracted from this number
Parameters
the ScientificValue whose value should be subtracted from this Decimal
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
Creates a Value equal to the ScientificValue.value decreased by value
Return
a Value where the ScientificValue.value is subtracted by value
Parameters
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue
the type of ScientificValue to store the result in
Creates a Value equal to a ScientificValue.value decreased from this Decimal
Return
a Value where the ScientificValue.value of value is subtracted from this Decimal
Parameters
the ScientificValue whose value should be subtracted from this Decimal
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue
the type of ScientificValue to store the result in
Subtracts the ScientificValue.value of two ScientificValue into a DefaultScientificValue with LeftUnit as its unit
Return
a DefaultScientificValue in LeftUnit where right is subtracted from this value
Parameters
the ScientificValue of RightUnit to subtract
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue being subtracted from
the type of ScientificUnit of the ScientificValue being subtracted
Subtracts the ScientificValue.value of two ScientificValue into a Value with TargetUnit as its unit
Return
a Value in TargetUnit where left is subtracted by right
Parameters
the ScientificValue of LeftUnit to subtract from
the ScientificValue of RightUnit to subtract
Type Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue being subtracted from
the type of ScientificUnit of the ScientificValue being subtracted
the type of ScientificUnit the Value should be in
the type of ScientificValue to return