FloatSIScalar |
FloatSIScalar.instantiateRel(float value,
SIUnit unit) |
Construct a new Relative Immutable FloatScalar of the right type.
|
static FloatSIScalar |
FloatSIScalar.instantiateSI(float value,
SIUnit unit) |
Construct SI scalar.
|
static FloatSIScalar |
FloatSIScalar.interpolate(FloatSIScalar zero,
FloatSIScalar one,
float ratio) |
Interpolate between two values.
|
static FloatSIScalar |
FloatSIScalar.max(FloatSIScalar r1,
FloatSIScalar r2) |
Return the maximum value of two relative scalars.
|
static FloatSIScalar |
FloatSIScalar.max(FloatSIScalar r1,
FloatSIScalar r2,
FloatSIScalar... rn) |
Return the maximum value of more than two relative scalars.
|
static FloatSIScalar |
FloatSIScalar.min(FloatSIScalar r1,
FloatSIScalar r2) |
Return the minimum value of two relative scalars.
|
static FloatSIScalar |
FloatSIScalar.min(FloatSIScalar r1,
FloatSIScalar r2,
FloatSIScalar... rn) |
Return the minimum value of more than two relative scalars.
|
static FloatSIScalar |
FloatSIScalar.of(float value,
String unitString) |
Returns an FloatSIScalar based on a value and the textual representation of the unit.
|
FloatSIScalar |
FloatAbsorbedDose.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatAcceleration.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatAmountOfSubstance.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatAngle.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatAngularAcceleration.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatAngularVelocity.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatArea.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatCatalyticActivity.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatDensity.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatElectricalCapacitance.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatElectricalCharge.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatElectricalCurrent.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatElectricalInductance.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatElectricalPotential.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatEnergy.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatEquivalentDose.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatFlowMass.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatFlowVolume.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatForce.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatIlluminance.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatLuminousFlux.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatLuminousIntensity.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatMagneticFlux.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatMagneticFluxDensity.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatMass.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatMomentum.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatPower.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatPressure.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatRadioActivity.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatSIScalar.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatSolidAngle.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatSpeed.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatTemperature.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatTorque.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
FloatSIScalar |
FloatVolume.reciprocal() |
Create the reciprocal of this scalar with the correct dimensions.
|
static FloatSIScalar |
FloatSIScalar.valueOf(String text) |
Returns an FloatSIScalar representation of a textual representation of a value with a unit.
|