Uses of Class
org.djunits.value.vfloat.scalar.FloatMagneticFlux
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatMagneticFlux in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatMagneticFlux Modifier and Type Method Description FloatMagneticFluxFloatMagneticFluxMatrix. instantiateScalarSI(float valueSI, MagneticFluxUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatMagneticFlux Modifier and Type Method Description Class<FloatMagneticFlux>FloatMagneticFluxMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatMagneticFlux in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatMagneticFlux Modifier and Type Field Description static FloatMagneticFluxFloatMagneticFlux. NaNConstant with value NaN.static FloatMagneticFluxFloatMagneticFlux. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatMagneticFluxFloatMagneticFlux. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatMagneticFluxFloatMagneticFlux. ONEConstant with value one.static FloatMagneticFluxFloatMagneticFlux. POS_MAXVALUEConstant with value MAX_VALUE.static FloatMagneticFluxFloatMagneticFlux. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatMagneticFluxFloatMagneticFlux. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatMagneticFlux Modifier and Type Method Description FloatMagneticFluxFloatSIScalar. asMagneticFlux()Return the current scalar as a magneticflux.FloatMagneticFluxFloatSIScalar. asMagneticFlux(MagneticFluxUnit displayUnit)Return the current scalar as a magneticflux, and provide a display unit.FloatMagneticFluxFloatMagneticFlux. instantiateRel(float value, MagneticFluxUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatMagneticFluxFloatMagneticFlux. instantiateSI(float value)Construct FloatMagneticFlux scalar.static FloatMagneticFluxFloatMagneticFlux. interpolate(FloatMagneticFlux zero, FloatMagneticFlux one, float ratio)Interpolate between two values.static FloatMagneticFluxFloatMagneticFlux. max(FloatMagneticFlux r1, FloatMagneticFlux r2)Return the maximum value of two relative scalars.static FloatMagneticFluxFloatMagneticFlux. max(FloatMagneticFlux r1, FloatMagneticFlux r2, FloatMagneticFlux... rn)Return the maximum value of more than two relative scalars.static FloatMagneticFluxFloatMagneticFlux. min(FloatMagneticFlux r1, FloatMagneticFlux r2)Return the minimum value of two relative scalars.static FloatMagneticFluxFloatMagneticFlux. min(FloatMagneticFlux r1, FloatMagneticFlux r2, FloatMagneticFlux... rn)Return the minimum value of more than two relative scalars.static FloatMagneticFluxFloatMagneticFlux. of(float value, String unitString)Returns a FloatMagneticFlux based on a value and the textual representation of the unit.FloatMagneticFluxFloatDimensionless. times(FloatMagneticFlux v)Calculate the multiplication of FloatDimensionless and FloatMagneticFlux, which results in a FloatMagneticFlux scalar.FloatMagneticFluxFloatDuration. times(FloatElectricalPotential v)Calculate the multiplication of FloatDuration and FloatElectricalPotential, which results in a FloatMagneticFlux scalar.FloatMagneticFluxFloatElectricalInductance. times(FloatElectricalCurrent v)Calculate the multiplication of FloatElectricalInductance and FloatElectricalCurrent, which results in a FloatMagneticFlux scalar.FloatMagneticFluxFloatElectricalPotential. times(FloatDuration v)Calculate the multiplication of FloatElectricalPotential and FloatDuration, which results in a FloatMagneticFlux scalar.FloatMagneticFluxFloatMagneticFluxDensity. times(FloatArea v)Calculate the multiplication of FloatMagneticFluxDensity and FloatArea, which results in a FloatMagneticFlux scalar.static FloatMagneticFluxFloatMagneticFlux. valueOf(String text)Returns a FloatMagneticFlux representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatMagneticFlux Modifier and Type Method Description FloatDimensionlessFloatMagneticFlux. divide(FloatMagneticFlux v)Calculate the division of FloatMagneticFlux and FloatMagneticFlux, which results in a FloatDimensionless scalar.static FloatMagneticFluxFloatMagneticFlux. interpolate(FloatMagneticFlux zero, FloatMagneticFlux one, float ratio)Interpolate between two values.static FloatMagneticFluxFloatMagneticFlux. max(FloatMagneticFlux r1, FloatMagneticFlux r2)Return the maximum value of two relative scalars.static FloatMagneticFluxFloatMagneticFlux. max(FloatMagneticFlux r1, FloatMagneticFlux r2, FloatMagneticFlux... rn)Return the maximum value of more than two relative scalars.static FloatMagneticFluxFloatMagneticFlux. min(FloatMagneticFlux r1, FloatMagneticFlux r2)Return the minimum value of two relative scalars.static FloatMagneticFluxFloatMagneticFlux. min(FloatMagneticFlux r1, FloatMagneticFlux r2, FloatMagneticFlux... rn)Return the minimum value of more than two relative scalars.FloatMagneticFluxFloatDimensionless. times(FloatMagneticFlux v)Calculate the multiplication of FloatDimensionless and FloatMagneticFlux, which results in a FloatMagneticFlux scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatMagneticFlux Constructor Description FloatMagneticFlux(FloatMagneticFlux value)Construct FloatMagneticFlux scalar. -
Uses of FloatMagneticFlux in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatMagneticFlux Modifier and Type Method Description FloatMagneticFluxFloatMagneticFluxVector. instantiateScalarSI(float valueSI, MagneticFluxUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatMagneticFlux Modifier and Type Method Description Class<FloatMagneticFlux>FloatMagneticFluxVector. getScalarClass()Return the class of the corresponding scalar.