div
Creates a DefaultScientificValue equal to the ScientificValue.value divided by value
Return
a DefaultScientificValue where the ScientificValue.value is divided by value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the amount to divide from the value
Creates a DefaultScientificValue equal to a ScientificValue.value divided from this Number
Return
a DefaultScientificValue where the ScientificValue.value of unit is divided from this number
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the ScientificValue whose value should be divided from this Number
Creates a DefaultScientificValue equal to the ScientificValue.value divided by value
Return
a DefaultScientificValue where the ScientificValue.value is divided by value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the Decimal to divided from the value
Creates a DefaultScientificValue equal to a ScientificValue.value divided from this Decimal
Return
a DefaultScientificValue where the ScientificValue.value of value is divided from this number
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue
the ScientificValue whose value should be divided from this Decimal
Creates a Value equal to the ScientificValue.value divided by value
Return
a Value where the ScientificValue.value is divided 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 to divide from the value
Creates a Value equal to a ScientificValue.value divided from this Decimal
Return
a Value where the ScientificValue.value of value is divide from 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 whose value should be divide from this Decimal
Divides the ScientificValue.value of two ScientificValue into a DefaultScientificValue with LeftUnit as its unit
Return
a DefaultScientificValue in LeftUnit where right is divided from this value
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of AbstractScientificUnit of the ScientificValue being divided from
the type of ScientificUnit of the ScientificValue being divided
the ScientificValue of RightUnit to divide with
Divides the ScientificValue.value of two ScientificValue into a Value with TargetUnit as its unit
Return
a Value in TargetUnit where left is divided by right
Parameters
the type of PhysicalQuantity of the ScientificValue
the type of ScientificUnit of the ScientificValue being divided from
the type of ScientificUnit of the ScientificValue being divided
the type of ScientificUnit the Value should be in
the type of ScientificValue to return
the ScientificValue of LeftUnit to divided from
the ScientificValue of RightUnit to divided