Uses of Class
org.djunits.value.vdouble.scalar.Area
Package
Description
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of Area in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionAreaMatrix.instantiateScalarSI
(double valueSI, AreaUnit displayUnit) ModifierConstructorDescriptionAreaMatrix
(Area[][] data) Construct a AreaMatrix from an array of an array of Area objects.AreaMatrix
(Area[][] data, AreaUnit displayUnit) Construct a AreaMatrix from an array of an array of Area objects.AreaMatrix
(Area[][] data, AreaUnit displayUnit, StorageType storageType) Construct a AreaMatrix from an array of an array of Area objects.AreaMatrix
(Area[][] data, StorageType storageType) Construct a AreaMatrix from an array of an array of Area objects.ModifierConstructorDescriptionAreaMatrix
(Collection<DoubleSparseValue<AreaUnit, Area>> data, int rows, int cols) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix
(Collection<DoubleSparseValue<AreaUnit, Area>> data, int rows, int cols, StorageType storageType) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix
(Collection<DoubleSparseValue<AreaUnit, Area>> data, AreaUnit displayUnit, int rows, int cols) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects.AreaMatrix
(Collection<DoubleSparseValue<AreaUnit, Area>> data, AreaUnit displayUnit, int rows, int cols, StorageType storageType) Construct a AreaMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of Area in org.djunits.value.vdouble.scalar
Modifier and TypeFieldDescriptionstatic final Area
Area.NaN
Constant with value NaN.static final Area
Area.NEG_MAXVALUE
Constant with value -MAX_VALUE.static final Area
Area.NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static final Area
Area.ONE
Constant with value one.static final Area
Area.POS_MAXVALUE
Constant with value MAX_VALUE.static final Area
Area.POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static final Area
Area.ZERO
Constant with value zero.Modifier and TypeMethodDescriptionfinal Area
SIScalar.asArea()
Return the current scalar as a area.final Area
Return the current scalar as a area, and provide a display unit.final Area
Calculate the division of FlowVolume and Speed, which results in a Area scalar.final Area
Calculate the division of Force and Pressure, which results in a Area scalar.final Area
Length.divide
(LinearDensity v) Calculate the division of Length and LinearDensity, which results in a Area scalar.final Area
LuminousFlux.divide
(Illuminance v) Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.final Area
MagneticFlux.divide
(MagneticFluxDensity v) Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.final Area
Calculate the division of Volume and Length, which results in a Area scalar.final Area
Area.instantiateRel
(double value, AreaUnit unit) static final Area
Area.instantiateSI
(double value) Construct Area scalar.static Area
Area.interpolate
(Area zero, Area one, double ratio) Interpolate between two values.static Area
Return the maximum value of two relative scalars.static Area
Return the maximum value of more than two relative scalars.static Area
Return the minimum value of two relative scalars.static Area
Return the minimum value of more than two relative scalars.static Area
Returns a Area based on a value and the textual representation of the unit, which can be localized.final Area
Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.final Area
Calculate the multiplication of Length and Length, which results in a Area scalar.final Area
Volume.times
(LinearDensity v) Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar.static Area
Returns a Area representation of a textual representation of a value with a unit.Modifier and TypeMethodDescriptionfinal Dimensionless
Calculate the division of Area and Area, which results in a Dimensionless scalar.final Speed
Calculate the division of FlowVolume and Area, which results in a Speed scalar.final Pressure
Calculate the division of Force and Area, which results in a Pressure scalar.final LinearDensity
Calculate the division of Length and Area, which results in a LinearDensity scalar.final Illuminance
Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.final MagneticFluxDensity
Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.final Length
Calculate the division of Volume and Area, which results in a Length scalar.static Area
Area.interpolate
(Area zero, Area one, double ratio) Interpolate between two values.static Area
Return the maximum value of two relative scalars.static Area
Return the maximum value of more than two relative scalars.static Area
Return the minimum value of two relative scalars.static Area
Return the minimum value of more than two relative scalars.final Area
Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.final LuminousFlux
Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.final Volume
Calculate the multiplication of Length and Area, which results in a Volume scalar.final Length
Calculate the multiplication of LinearDensity and Area, which results in a Length scalar.final MagneticFlux
Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.final Force
Calculate the multiplication of Pressure and Area, which results in a Force scalar.final FlowVolume
Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar. -
Uses of Area in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionAreaVector.instantiateScalarSI
(double valueSI, AreaUnit displayUnit) ModifierConstructorDescriptionAreaVector
(Area[] data) Construct an AreaVector from an array of Area objects.AreaVector
(Area[] data, AreaUnit displayUnit) Construct an AreaVector from an array of Area objects.AreaVector
(Area[] data, AreaUnit displayUnit, StorageType storageType) Construct an AreaVector from an array of Area objects.AreaVector
(Area[] data, StorageType storageType) Construct an AreaVector from an array of Area objects.