Uses of Class
org.djunits.value.vfloat.scalar.FloatArea
Packages that use 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
Methods in org.djunits.value.vfloat.matrix that return FloatAreaModifier and TypeMethodDescriptionFloatAreaMatrix.instantiateScalarSI(float valueSI, AreaUnit displayUnit) Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatAreaConstructors in org.djunits.value.vfloat.matrix with parameters of type FloatAreaModifierConstructorDescriptionFloatAreaMatrix(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.Constructor parameters in org.djunits.value.vfloat.matrix with type arguments of type FloatAreaModifierConstructorDescriptionFloatAreaMatrix(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
Fields in org.djunits.value.vfloat.scalar declared as FloatAreaModifier and TypeFieldDescriptionstatic final FloatAreaFloatArea.NaNConstant with value NaN.static final FloatAreaFloatArea.NEG_MAXVALUEConstant with value -MAX_VALUE.static final FloatAreaFloatArea.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final FloatAreaFloatArea.ONEConstant with value one.static final FloatAreaFloatArea.POS_MAXVALUEConstant with value MAX_VALUE.static final FloatAreaFloatArea.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final FloatAreaFloatArea.ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatAreaModifier and TypeMethodDescriptionfinal FloatAreaFloatSIScalar.asArea()Return the current scalar as a area.final FloatAreaReturn the current scalar as a area, and provide a display unit.static FloatAreaFloatArea.divide(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type FloatArea.final FloatAreaFloatFlowVolume.divide(FloatSpeed v) Calculate the division of FloatFlowVolume and FloatSpeed, which results in a FloatArea scalar.final FloatAreaFloatForce.divide(FloatPressure v) Calculate the division of FloatForce and FloatPressure, which results in a FloatArea scalar.final FloatAreaFloatLength.divide(FloatLinearDensity v) Calculate the division of FloatLength and FloatLinearDensity, which results in a FloatArea scalar.final FloatAreaFloatLuminousFlux.divide(FloatIlluminance v) Calculate the division of FloatLuminousFlux and FloatIlluminance, which results in a FloatArea scalar.final FloatAreaFloatMagneticFlux.divide(FloatMagneticFluxDensity v) Calculate the division of FloatMagneticFlux and FloatMagneticFluxDensity, which results in a FloatArea scalar.final FloatAreaFloatVolume.divide(FloatLength v) Calculate the division of FloatVolume and FloatLength, which results in a FloatArea scalar.final FloatAreaFloatArea.instantiateRel(float value, AreaUnit unit) static FloatAreaFloatArea.interpolate(FloatArea zero, FloatArea one, float ratio) Interpolate between two values.static FloatAreaReturn the maximum value of two relative scalars.static FloatAreaReturn the maximum value of more than two relative scalars.static FloatAreaReturn the minimum value of two relative scalars.static FloatAreaReturn the minimum value of more than two relative scalars.static FloatAreaFloatArea.multiply(FloatScalarRel<?, ?> scalar1, FloatScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type FloatArea.static FloatAreaReturns a FloatArea based on a value and the textual representation of the unit, which can be localized.static final FloatAreaFloatArea.ofSI(float value) Construct FloatArea scalar based on an SI value.final FloatAreaCalculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.final FloatAreaFloatLength.times(FloatLength v) Calculate the multiplication of FloatLength and FloatLength, which results in a FloatArea scalar.final FloatAreaFloatVolume.times(FloatLinearDensity v) Calculate the multiplication of FloatVolume and FloatLinearDensity, which results in a FloatArea scalar.static FloatAreaReturns a FloatArea representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatAreaModifier and TypeMethodDescriptionfinal FloatDimensionlessCalculate the division of FloatArea and FloatArea, which results in a FloatDimensionless scalar.final FloatSpeedCalculate the division of FloatFlowVolume and FloatArea, which results in a FloatSpeed scalar.final FloatPressureCalculate the division of FloatForce and FloatArea, which results in a FloatPressure scalar.final FloatLinearDensityCalculate the division of FloatLength and FloatArea, which results in a FloatLinearDensity scalar.final FloatIlluminanceCalculate the division of FloatLuminousFlux and FloatArea, which results in a FloatIlluminance scalar.final FloatMagneticFluxDensityCalculate the division of FloatMagneticFlux and FloatArea, which results in a FloatMagneticFluxDensity scalar.final FloatLengthCalculate 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 FloatAreaReturn the maximum value of two relative scalars.static FloatAreaReturn the maximum value of more than two relative scalars.static FloatAreaReturn the minimum value of two relative scalars.static FloatAreaReturn the minimum value of more than two relative scalars.final FloatAreaCalculate the multiplication of FloatDimensionless and FloatArea, which results in a FloatArea scalar.final FloatLuminousFluxCalculate the multiplication of FloatIlluminance and FloatArea, which results in a FloatLuminousFlux scalar.final FloatVolumeCalculate the multiplication of FloatLength and FloatArea, which results in a FloatVolume scalar.final FloatLengthCalculate the multiplication of FloatLinearDensity and FloatArea, which results in a FloatLength scalar.final FloatMagneticFluxCalculate the multiplication of FloatMagneticFluxDensity and FloatArea, which results in a FloatMagneticFlux scalar.final FloatForceCalculate the multiplication of FloatPressure and FloatArea, which results in a FloatForce scalar.final FloatFlowVolumeCalculate the multiplication of FloatSpeed and FloatArea, which results in a FloatFlowVolume scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatArea -
Uses of FloatArea in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatAreaModifier and TypeMethodDescriptionFloatAreaVector.instantiateScalarSI(float valueSI, AreaUnit displayUnit) Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatAreaConstructors in org.djunits.value.vfloat.vector with parameters of type FloatAreaModifierConstructorDescriptionFloatAreaVector(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.