Uses of Class
omix.mathxp.units.SIPrefix
Package | Description |
---|---|
omix.mathxp.units |
-
Uses of SIPrefix in omix.mathxp.units
Fields in omix.mathxp.units declared as SIPrefix Modifier and Type Field Description SIPrefix
UnitFactor. prefix
Methods in omix.mathxp.units that return SIPrefix Modifier and Type Method Description static SIPrefix
SIPrefix. valueOf(String name)
Returns the enum constant of this type with the specified name.static SIPrefix[]
SIPrefix. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in omix.mathxp.units with parameters of type SIPrefix Constructor Description UnitFactor(double multiplier, SIPrefix prefix, UnitInterface unit, int exponent)
UnitFactor(SIPrefix prefix, UnitInterface unit)
UnitFactor(SIPrefix prefix, UnitInterface unit, int exponent)