minus

Creates a DefaultScientificValue equal to the ScientificValue.value decreased by value

Return

a DefaultScientificValue where the ScientificValue.value is decreased by value

Parameters

Quantity
value

the amount to subtract from the value


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

Quantity
value

the ScientificValue whose value should be subtracted from this Number


Creates a DefaultScientificValue equal to the ScientificValue.value decreased by value

Return

a DefaultScientificValue where the ScientificValue.value is decreased by value

Parameters

Quantity
value

the Decimal to subtract from the value


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

Quantity
value

the ScientificValue whose value should be subtracted from this Decimal


Creates a Value equal to the ScientificValue.value decreased by value

Return

a Value where the ScientificValue.value is subtracted by value

Parameters

Quantity
Unit

the type of ScientificUnit of the ScientificValue

Value

the type of ScientificValue to store the result in

value

the Decimal to subtract from the value

factory

method for creating Value from a Decimal and Unit


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

Quantity
Unit

the type of ScientificUnit of the ScientificValue

Value

the type of ScientificValue to store the result in

value

the ScientificValue whose value should be subtracted from this Decimal

factory

method for creating Value from a Decimal and Unit


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

Quantity
LeftUnit

the type of AbstractScientificUnit of the ScientificValue being subtracted from

RightUnit

the type of ScientificUnit of the ScientificValue being subtracted

right

the ScientificValue of RightUnit to subtract


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

Quantity
LeftUnit

the type of ScientificUnit of the ScientificValue being subtracted from

RightUnit

the type of ScientificUnit of the ScientificValue being subtracted

TargetUnit

the type of ScientificUnit the Value should be in

Value

the type of ScientificValue to return

left

the ScientificValue of LeftUnit to subtract from

right

the ScientificValue of RightUnit to subtract

factory

a method for creating Value from a Decimal and this unit