Uses of Class
org.djunits.value.vfloat.scalar.FloatArea
| 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 FloatArea in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatArea Modifier and Type Method Description FloatAreaFloatAreaMatrix. instantiateScalarSI(float valueSI, AreaUnit 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 FloatArea Modifier and Type Method Description Class<FloatArea>FloatAreaMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatArea in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatArea Modifier and Type Field Description static FloatAreaFloatArea. NaNConstant with value NaN.static FloatAreaFloatArea. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatAreaFloatArea. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatAreaFloatArea. ONEConstant with value one.static FloatAreaFloatArea. POS_MAXVALUEConstant with value MAX_VALUE.static FloatAreaFloatArea. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatAreaFloatArea. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatArea Modifier and Type Method Description FloatAreaFloatSIScalar. asArea()Return the current scalar as a area.FloatAreaFloatSIScalar. asArea(AreaUnit displayUnit)Return the current scalar as a area, and provide a display unit.FloatAreaFloatFlowVolume. divide(FloatSpeed v)Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.FloatAreaFloatForce. divide(FloatPressure v)Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.FloatAreaFloatLength. divide(FloatLinearDensity v)Calculate the division of FloatLength and FloatLinearDensity, which results in a FloatArea scalar.FloatAreaFloatLuminousFlux. divide(FloatIlluminance v)Calculate the division of FloatLuminousFlux and FloatIlluminance, which results in a FloatArea scalar.FloatAreaFloatMagneticFlux. divide(FloatMagneticFluxDensity v)Calculate the division of FloatMagneticFlux and FloatMagneticFluxDensity, which results in a FloatArea scalar.FloatAreaFloatVolume. divide(FloatLength v)Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.FloatAreaFloatArea. instantiateRel(float value, AreaUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatAreaFloatArea. instantiateSI(float value)Construct FloatArea scalar.static FloatAreaFloatArea. interpolate(FloatArea zero, FloatArea one, float ratio)Interpolate between two values.static FloatAreaFloatArea. max(FloatArea r1, FloatArea r2)Return the maximum value of two relative scalars.static FloatAreaFloatArea. max(FloatArea r1, FloatArea r2, FloatArea... rn)Return the maximum value of more than two relative scalars.static FloatAreaFloatArea. min(FloatArea r1, FloatArea r2)Return the minimum value of two relative scalars.static FloatAreaFloatArea. min(FloatArea r1, FloatArea r2, FloatArea... rn)Return the minimum value of more than two relative scalars.static FloatAreaFloatArea. of(float value, String unitString)Returns a FloatArea based on a value and the textual representation of the unit.FloatAreaFloatDimensionless. times(FloatArea v)Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.FloatAreaFloatLength. times(FloatLength v)Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.FloatAreaFloatVolume. times(FloatLinearDensity v)Calculate the multiplication of FloatVolume and FloatLinearDensity, which results in a FloatArea scalar.static FloatAreaFloatArea. valueOf(String text)Returns a FloatArea representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatArea Modifier and Type Method Description FloatDimensionlessFloatArea. divide(FloatArea v)Calculate the division of FloatArea and FloatArea, which results in a FloatDimensionless scalar.FloatSpeedFloatFlowVolume. divide(FloatArea v)Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.FloatPressureFloatForce. divide(FloatArea v)Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.FloatLinearDensityFloatLength. divide(FloatArea v)Calculate the division of FloatLength and FloatArea, which results in a FloatLinearDensity scalar.FloatIlluminanceFloatLuminousFlux. divide(FloatArea v)Calculate the division of FloatLuminousFlux and FloatArea, which results in a FloatIlluminance scalar.FloatMagneticFluxDensityFloatMagneticFlux. divide(FloatArea v)Calculate the division of FloatMagneticFlux and FloatArea, which results in a FloatMagneticFluxDensity scalar.FloatLengthFloatVolume. divide(FloatArea v)Calculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.static FloatAreaFloatArea. interpolate(FloatArea zero, FloatArea one, float ratio)Interpolate between two values.static FloatAreaFloatArea. max(FloatArea r1, FloatArea r2)Return the maximum value of two relative scalars.static FloatAreaFloatArea. max(FloatArea r1, FloatArea r2, FloatArea... rn)Return the maximum value of more than two relative scalars.static FloatAreaFloatArea. min(FloatArea r1, FloatArea r2)Return the minimum value of two relative scalars.static FloatAreaFloatArea. min(FloatArea r1, FloatArea r2, FloatArea... rn)Return the minimum value of more than two relative scalars.FloatAreaFloatDimensionless. times(FloatArea v)Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.FloatLuminousFluxFloatIlluminance. times(FloatArea v)Calculate the multiplication of FloatIlluminance and FloatArea, which results in a FloatLuminousFlux scalar.FloatVolumeFloatLength. times(FloatArea v)Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.FloatLengthFloatLinearDensity. times(FloatArea v)Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.FloatMagneticFluxFloatMagneticFluxDensity. times(FloatArea v)Calculate the multiplication of FloatMagneticFluxDensity and FloatArea, which results in a FloatMagneticFlux scalar.FloatForceFloatPressure. times(FloatArea v)Calculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.FloatFlowVolumeFloatSpeed. times(FloatArea v)Calculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatArea Constructor Description FloatArea(FloatArea value)Construct FloatArea scalar. -
Uses of FloatArea in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatArea Modifier and Type Method Description FloatAreaFloatAreaVector. instantiateScalarSI(float valueSI, AreaUnit 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 FloatArea Modifier and Type Method Description Class<FloatArea>FloatAreaVector. getScalarClass()Return the class of the corresponding scalar.