Mult
A combinatory unit type that is equivalent to the product of two other others. Note that algebraic reduction is not possible in Java's generic type system, so Mult<A, B>
is not type-compatible with Mult<B, A>
!
Since
1.0.0-pre
Parameters
<A>
the type of the first unit in the result
<B>
the type of the second unit in the result
Constructors
Inherited functions
Link copied to clipboard
Converts a magnitude in terms of another unit of the same dimension to a magnitude in terms of this unit.
Link copied to clipboard
Checks if this unit is equivalent to another one.
Link copied to clipboard
Converts a value in terms of base units to a value in terms of this unit.
Link copied to clipboard
Gets the conversion function used to convert values to terms of this unit.
Link copied to clipboard
Gets the conversion function used to convert values to base unit terms.
Link copied to clipboard
Checks if this unit is the base unit for its own system of measurement.
Link copied to clipboard
Creates a new measure with a magnitude equal to the given base unit magnitude, converted to be in terms of this unit.
Link copied to clipboard
Converts a value in terms of this unit to a value in terms of the base unit.