Uses of Class
org.djunits.value.vdouble.scalar.MagneticFlux
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of MagneticFlux in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return MagneticFlux Modifier and Type Method Description MagneticFluxMagneticFluxMatrix. instantiateScalarSI(double valueSI, MagneticFluxUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type MagneticFlux Modifier and Type Method Description Class<MagneticFlux>MagneticFluxMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of MagneticFlux in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as MagneticFlux Modifier and Type Field Description static MagneticFluxMagneticFlux. NaNConstant with value NaN.static MagneticFluxMagneticFlux. NEG_MAXVALUEConstant with value -MAX_VALUE.static MagneticFluxMagneticFlux. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static MagneticFluxMagneticFlux. ONEConstant with value one.static MagneticFluxMagneticFlux. POS_MAXVALUEConstant with value MAX_VALUE.static MagneticFluxMagneticFlux. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static MagneticFluxMagneticFlux. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return MagneticFlux Modifier and Type Method Description MagneticFluxSIScalar. asMagneticFlux()Return the current scalar as a magneticflux.MagneticFluxSIScalar. asMagneticFlux(MagneticFluxUnit displayUnit)Return the current scalar as a magneticflux, and provide a display unit.MagneticFluxMagneticFlux. instantiateRel(double value, MagneticFluxUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static MagneticFluxMagneticFlux. instantiateSI(double value)Construct MagneticFlux scalar.static MagneticFluxMagneticFlux. interpolate(MagneticFlux zero, MagneticFlux one, double ratio)Interpolate between two values.static MagneticFluxMagneticFlux. max(MagneticFlux r1, MagneticFlux r2)Return the maximum value of two relative scalars.static MagneticFluxMagneticFlux. max(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)Return the maximum value of more than two relative scalars.static MagneticFluxMagneticFlux. min(MagneticFlux r1, MagneticFlux r2)Return the minimum value of two relative scalars.static MagneticFluxMagneticFlux. min(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)Return the minimum value of more than two relative scalars.static MagneticFluxMagneticFlux. of(double value, String unitString)Returns a MagneticFlux based on a value and the textual representation of the unit.MagneticFluxDimensionless. times(MagneticFlux v)Calculate the multiplication of Dimensionless and MagneticFlux, which results in a MagneticFlux scalar.MagneticFluxDuration. times(ElectricalPotential v)Calculate the multiplication of Duration and ElectricalPotential, which results in a MagneticFlux scalar.MagneticFluxElectricalInductance. times(ElectricalCurrent v)Calculate the multiplication of ElectricalInductance and ElectricalCurrent, which results in a MagneticFlux scalar.MagneticFluxElectricalPotential. times(Duration v)Calculate the multiplication of ElectricalPotential and Duration, which results in a MagneticFlux scalar.MagneticFluxMagneticFluxDensity. times(Area v)Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.static MagneticFluxMagneticFlux. valueOf(String text)Returns a MagneticFlux representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type MagneticFlux Modifier and Type Method Description DimensionlessMagneticFlux. divide(MagneticFlux v)Calculate the division of MagneticFlux and MagneticFlux, which results in a Dimensionless scalar.static MagneticFluxMagneticFlux. interpolate(MagneticFlux zero, MagneticFlux one, double ratio)Interpolate between two values.static MagneticFluxMagneticFlux. max(MagneticFlux r1, MagneticFlux r2)Return the maximum value of two relative scalars.static MagneticFluxMagneticFlux. max(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)Return the maximum value of more than two relative scalars.static MagneticFluxMagneticFlux. min(MagneticFlux r1, MagneticFlux r2)Return the minimum value of two relative scalars.static MagneticFluxMagneticFlux. min(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)Return the minimum value of more than two relative scalars.MagneticFluxDimensionless. times(MagneticFlux v)Calculate the multiplication of Dimensionless and MagneticFlux, which results in a MagneticFlux scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type MagneticFlux Constructor Description MagneticFlux(MagneticFlux value)Construct MagneticFlux scalar. -
Uses of MagneticFlux in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return MagneticFlux Modifier and Type Method Description MagneticFluxMagneticFluxVector. instantiateScalarSI(double valueSI, MagneticFluxUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type MagneticFlux Modifier and Type Method Description Class<MagneticFlux>MagneticFluxVector. getScalarClass()Return the class of the corresponding scalar.