Uses of Class
org.djunits.value.vfloat.scalar.FloatArea
Package
Description
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of FloatArea in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionFloatAreaMatrix.instantiateScalarSI
(float valueSI, AreaUnit displayUnit) ModifierConstructorDescriptionFloatAreaMatrix
(FloatArea[][] data) Construct a FloatAreaMatrix from an array of an array of FloatArea objects.FloatAreaMatrix
(FloatArea[][] data, AreaUnit displayUnit) Construct a FloatAreaMatrix from an array of an array of FloatArea objects.FloatAreaMatrix
(FloatArea[][] data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaMatrix from an array of an array of FloatArea objects.FloatAreaMatrix
(FloatArea[][] data, StorageType storageType) Construct a FloatAreaMatrix from an array of an array of FloatArea objects.ModifierConstructorDescriptionFloatAreaMatrix
(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, int rows, int cols) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix
(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, int rows, int cols, StorageType storageType) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix
(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, AreaUnit displayUnit, int rows, int cols) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects.FloatAreaMatrix
(Collection<FloatSparseValue<AreaUnit, FloatArea>> data, AreaUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatAreaMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of FloatArea in org.djunits.value.vfloat.scalar
Modifier and TypeFieldDescriptionstatic final FloatArea
FloatArea.NaN
Constant with value NaN.static final FloatArea
FloatArea.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final FloatArea
FloatArea.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final FloatArea
FloatArea.ONE
Constant with value one.static final FloatArea
FloatArea.POS_MAXVALUE
Constant with value MAX_VALUE.static final FloatArea
FloatArea.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final FloatArea
FloatArea.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal FloatArea
FloatSIScalar.asArea()
Return the current scalar as a area.final FloatArea
Return the current scalar as a area, and provide a display unit.final FloatArea
FloatFlowVolume.divide
(FloatSpeed v) Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.final FloatArea
FloatForce.divide
(FloatPressure v) Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.final FloatArea
FloatLength.divide
(FloatLinearDensity v) Calculate the division of FloatLength and FloatLinearDensity, which results in a FloatArea scalar.final FloatArea
FloatLuminousFlux.divide
(FloatIlluminance v) Calculate the division of FloatLuminousFlux and FloatIlluminance, which results in a FloatArea scalar.final FloatArea
FloatMagneticFlux.divide
(FloatMagneticFluxDensity v) Calculate the division of FloatMagneticFlux and FloatMagneticFluxDensity, which results in a FloatArea scalar.final FloatArea
FloatVolume.divide
(FloatLength v) Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.final FloatArea
FloatArea.instantiateRel
(float value, AreaUnit unit) static final FloatArea
FloatArea.instantiateSI
(float value) Construct FloatArea scalar.static FloatArea
FloatArea.interpolate
(FloatArea zero, FloatArea one, float ratio) Interpolate between two values.static FloatArea
Return the maximum value of two relative scalars.static FloatArea
Return the maximum value of more than two relative scalars.static FloatArea
Return the minimum value of two relative scalars.static FloatArea
Return the minimum value of more than two relative scalars.static FloatArea
Returns a FloatArea based on a value and the textual representation of the unit, which can be localized.final FloatArea
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.final FloatArea
FloatLength.times
(FloatLength v) Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.final FloatArea
FloatVolume.times
(FloatLinearDensity v) Calculate the multiplication of FloatVolume and FloatLinearDensity, which results in a FloatArea scalar.static FloatArea
Returns a FloatArea representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal FloatDimensionless
Calculate the division of FloatArea and FloatArea, which results in a FloatDimensionless scalar.final FloatSpeed
Calculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.final FloatPressure
Calculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.final FloatLinearDensity
Calculate the division of FloatLength and FloatArea, which results in a FloatLinearDensity scalar.final FloatIlluminance
Calculate the division of FloatLuminousFlux and FloatArea, which results in a FloatIlluminance scalar.final FloatMagneticFluxDensity
Calculate the division of FloatMagneticFlux and FloatArea, which results in a FloatMagneticFluxDensity scalar.final FloatLength
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
Return the maximum value of two relative scalars.static FloatArea
Return the maximum value of more than two relative scalars.static FloatArea
Return the minimum value of two relative scalars.static FloatArea
Return the minimum value of more than two relative scalars.final FloatArea
Calculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.final FloatLuminousFlux
Calculate the multiplication of FloatIlluminance and FloatArea, which results in a FloatLuminousFlux scalar.final FloatVolume
Calculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.final FloatLength
Calculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.final FloatMagneticFlux
Calculate the multiplication of FloatMagneticFluxDensity and FloatArea, which results in a FloatMagneticFlux scalar.final FloatForce
Calculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.final FloatFlowVolume
Calculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar. -
Uses of FloatArea in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionFloatAreaVector.instantiateScalarSI
(float valueSI, AreaUnit displayUnit) ModifierConstructorDescriptionFloatAreaVector
(FloatArea[] data) Construct a FloatAreaVector from an array of FloatArea objects.FloatAreaVector
(FloatArea[] data, AreaUnit displayUnit) Construct a FloatAreaVector from an array of FloatArea objects.FloatAreaVector
(FloatArea[] data, AreaUnit displayUnit, StorageType storageType) Construct a FloatAreaVector from an array of FloatArea objects.FloatAreaVector
(FloatArea[] data, StorageType storageType) Construct a FloatAreaVector from an array of FloatArea objects.