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 MagneticFlux
MagneticFluxMatrix. 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 MagneticFlux
MagneticFlux. NaN
Constant with value NaN.static MagneticFlux
MagneticFlux. NEG_MAXVALUE
Constant with value -MAX_VALUE.static MagneticFlux
MagneticFlux. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static MagneticFlux
MagneticFlux. ONE
Constant with value one.static MagneticFlux
MagneticFlux. POS_MAXVALUE
Constant with value MAX_VALUE.static MagneticFlux
MagneticFlux. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static MagneticFlux
MagneticFlux. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return MagneticFlux Modifier and Type Method Description MagneticFlux
SIScalar. asMagneticFlux()
Return the current scalar as a magneticflux.MagneticFlux
SIScalar. asMagneticFlux(MagneticFluxUnit displayUnit)
Return the current scalar as a magneticflux, and provide a display unit.MagneticFlux
MagneticFlux. instantiateRel(double value, MagneticFluxUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static MagneticFlux
MagneticFlux. instantiateSI(double value)
Construct MagneticFlux scalar.static MagneticFlux
MagneticFlux. interpolate(MagneticFlux zero, MagneticFlux one, double ratio)
Interpolate between two values.static MagneticFlux
MagneticFlux. max(MagneticFlux r1, MagneticFlux r2)
Return the maximum value of two relative scalars.static MagneticFlux
MagneticFlux. max(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)
Return the maximum value of more than two relative scalars.static MagneticFlux
MagneticFlux. min(MagneticFlux r1, MagneticFlux r2)
Return the minimum value of two relative scalars.static MagneticFlux
MagneticFlux. min(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)
Return the minimum value of more than two relative scalars.static MagneticFlux
MagneticFlux. of(double value, String unitString)
Returns a MagneticFlux based on a value and the textual representation of the unit.MagneticFlux
Dimensionless. times(MagneticFlux v)
Calculate the multiplication of Dimensionless and MagneticFlux, which results in a MagneticFlux scalar.MagneticFlux
Duration. times(ElectricalPotential v)
Calculate the multiplication of Duration and ElectricalPotential, which results in a MagneticFlux scalar.MagneticFlux
ElectricalInductance. times(ElectricalCurrent v)
Calculate the multiplication of ElectricalInductance and ElectricalCurrent, which results in a MagneticFlux scalar.MagneticFlux
ElectricalPotential. times(Duration v)
Calculate the multiplication of ElectricalPotential and Duration, which results in a MagneticFlux scalar.MagneticFlux
MagneticFluxDensity. times(Area v)
Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.static MagneticFlux
MagneticFlux. 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 Dimensionless
MagneticFlux. divide(MagneticFlux v)
Calculate the division of MagneticFlux and MagneticFlux, which results in a Dimensionless scalar.static MagneticFlux
MagneticFlux. interpolate(MagneticFlux zero, MagneticFlux one, double ratio)
Interpolate between two values.static MagneticFlux
MagneticFlux. max(MagneticFlux r1, MagneticFlux r2)
Return the maximum value of two relative scalars.static MagneticFlux
MagneticFlux. max(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)
Return the maximum value of more than two relative scalars.static MagneticFlux
MagneticFlux. min(MagneticFlux r1, MagneticFlux r2)
Return the minimum value of two relative scalars.static MagneticFlux
MagneticFlux. min(MagneticFlux r1, MagneticFlux r2, MagneticFlux... rn)
Return the minimum value of more than two relative scalars.MagneticFlux
Dimensionless. 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 MagneticFlux
MagneticFluxVector. 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.