Uses of Class
org.djunits.value.vfloat.scalar.FloatArea
-
Packages that use 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 FloatArea
FloatAreaMatrix. 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 FloatArea
FloatArea. NaN
Constant with value NaN.static FloatArea
FloatArea. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatArea
FloatArea. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatArea
FloatArea. ONE
Constant with value one.static FloatArea
FloatArea. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatArea
FloatArea. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatArea
FloatArea. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatArea Modifier and Type Method Description FloatArea
FloatSIScalar. asArea()
Return the current scalar as a area.FloatArea
FloatSIScalar. asArea(AreaUnit displayUnit)
Return the current scalar as a area, and provide a display unit.FloatArea
FloatFlowVolume. divide(FloatSpeed v)
Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.FloatArea
FloatForce. divide(FloatPressure v)
Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.FloatArea
FloatLength. divide(FloatLinearDensity v)
Calculate the division of FloatLength and FloatLinearDensity, which results in a FloatArea scalar.FloatArea
FloatLuminousFlux. divide(FloatIlluminance v)
Calculate the division of FloatLuminousFlux and FloatIlluminance, which results in a FloatArea scalar.FloatArea
FloatMagneticFlux. divide(FloatMagneticFluxDensity v)
Calculate the division of FloatMagneticFlux and FloatMagneticFluxDensity, which results in a FloatArea scalar.FloatArea
FloatVolume. divide(FloatLength v)
Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.FloatArea
FloatArea. instantiateRel(float value, AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatArea
FloatArea. instantiateSI(float value)
Construct FloatArea scalar.static FloatArea
FloatArea. interpolate(FloatArea zero, FloatArea one, float ratio)
Interpolate between two values.static FloatArea
FloatArea. max(FloatArea r1, FloatArea r2)
Return the maximum value of two relative scalars.static FloatArea
FloatArea. max(FloatArea r1, FloatArea r2, FloatArea... rn)
Return the maximum value of more than two relative scalars.static FloatArea
FloatArea. min(FloatArea r1, FloatArea r2)
Return the minimum value of two relative scalars.static FloatArea
FloatArea. min(FloatArea r1, FloatArea r2, FloatArea... rn)
Return the minimum value of more than two relative scalars.static FloatArea
FloatArea. of(float value, String unitString)
Returns a FloatArea based on a value and the textual representation of the unit.FloatArea
FloatDimensionless. times(FloatArea v)
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.FloatArea
FloatLength. times(FloatLength v)
Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.FloatArea
FloatVolume. times(FloatLinearDensity v)
Calculate the multiplication of FloatVolume and FloatLinearDensity, which results in a FloatArea scalar.static FloatArea
FloatArea. 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 FloatDimensionless
FloatArea. divide(FloatArea v)
Calculate the division of FloatArea and FloatArea, which results in a FloatDimensionless scalar.FloatSpeed
FloatFlowVolume. divide(FloatArea v)
Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.FloatPressure
FloatForce. divide(FloatArea v)
Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.FloatLinearDensity
FloatLength. divide(FloatArea v)
Calculate the division of FloatLength and FloatArea, which results in a FloatLinearDensity scalar.FloatIlluminance
FloatLuminousFlux. divide(FloatArea v)
Calculate the division of FloatLuminousFlux and FloatArea, which results in a FloatIlluminance scalar.FloatMagneticFluxDensity
FloatMagneticFlux. divide(FloatArea v)
Calculate the division of FloatMagneticFlux and FloatArea, which results in a FloatMagneticFluxDensity scalar.FloatLength
FloatVolume. divide(FloatArea v)
Calculate the division of FloatVolume and FloatArea, which results in a FloatLength scalar.static FloatArea
FloatArea. interpolate(FloatArea zero, FloatArea one, float ratio)
Interpolate between two values.static FloatArea
FloatArea. max(FloatArea r1, FloatArea r2)
Return the maximum value of two relative scalars.static FloatArea
FloatArea. max(FloatArea r1, FloatArea r2, FloatArea... rn)
Return the maximum value of more than two relative scalars.static FloatArea
FloatArea. min(FloatArea r1, FloatArea r2)
Return the minimum value of two relative scalars.static FloatArea
FloatArea. min(FloatArea r1, FloatArea r2, FloatArea... rn)
Return the minimum value of more than two relative scalars.FloatArea
FloatDimensionless. times(FloatArea v)
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.FloatLuminousFlux
FloatIlluminance. times(FloatArea v)
Calculate the multiplication of FloatIlluminance and FloatArea, which results in a FloatLuminousFlux scalar.FloatVolume
FloatLength. times(FloatArea v)
Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.FloatLength
FloatLinearDensity. times(FloatArea v)
Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.FloatMagneticFlux
FloatMagneticFluxDensity. times(FloatArea v)
Calculate the multiplication of FloatMagneticFluxDensity and FloatArea, which results in a FloatMagneticFlux scalar.FloatForce
FloatPressure. times(FloatArea v)
Calculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.FloatFlowVolume
FloatSpeed. 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 FloatArea
FloatAreaVector. 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.
-