times

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

Return

the DefaultScientificValue where the ScientificValue.value is multiplied by value

Parameters

Quantity
value

the amount to multiply the value with


Creates a DefaultScientificValue equal to a ScientificValue.value multiplied by this Number

Return

a DefaultScientificValue where the ScientificValue.value of value is multiplied by this number

Parameters

Quantity
value

the ScientificValue to multiply the value with


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

Return

the DefaultScientificValue where the ScientificValue.value is multiplied by value

Parameters

Quantity
value

the Decimal to multiply the value with


Creates a DefaultScientificValue equal to a ScientificValue.value multiplied by this Decimal

Return

a DefaultScientificValue where the ScientificValue.value of value is multiplied by this number

Parameters

Quantity
value

the ScientificValue to multiply the value with


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

Return

a Value where the ScientificValue.value is multiplied 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 amount to multiply the value with

factory

method for creating Value from a Decimal and Unit


Creates a Value equal to a ScientificValue.value multiplied by this Decimal

Return

a Value where the ScientificValue.value is multiplied by 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 to multiply the value with

factory

method for creating Value from a Decimal and Unit


Multiplies the ScientificValue.value of two ScientificValue into a DefaultScientificValue with LeftUnit as its unit

Return

a DefaultScientificValue in LeftUnit where right is multiplied by this value

Parameters

Quantity
LeftUnit

the type of AbstractScientificUnit of the ScientificValue being multiplied

RightUnit

the type of ScientificUnit of the ScientificValue multiplying

right

the ScientificValue of RightUnit to multiply


Multiplies the ScientificValue.value of two ScientificValue into a Value with TargetUnit as its unit

Return

a Value in TargetUnit where left and right are multiplied with each other

Parameters

Quantity
LeftUnit

the type of ScientificUnit of the ScientificValue being multiplied

RightUnit

the type of ScientificUnit of the ScientificValue multiplying

TargetUnit

the type of ScientificUnit the Value should be in

Value

the type of ScientificValue to return

left

the ScientificValue of LeftUnit to multiply

right

the ScientificValue of RightUnit to multiply with

factory

a method for creating Value from a Decimal and this unit