Uses of Class
org.djunits.value.vdouble.scalar.Area
Packages that use 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
Methods in org.djunits.value.vdouble.matrix that return AreaModifier and TypeMethodDescriptionAreaMatrix.instantiateScalarSI(double valueSI, AreaUnit displayUnit) Methods in org.djunits.value.vdouble.matrix that return types with arguments of type AreaConstructors in org.djunits.value.vdouble.matrix with parameters of type AreaModifierConstructorDescriptionAreaMatrix(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.Constructor parameters in org.djunits.value.vdouble.matrix with type arguments of type AreaModifierConstructorDescriptionAreaMatrix(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
Fields in org.djunits.value.vdouble.scalar declared as AreaModifier and TypeFieldDescriptionstatic final AreaArea.NaNConstant with value NaN.static final AreaArea.NEG_MAXVALUEConstant with value -MAX_VALUE.static final AreaArea.NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static final AreaArea.ONEConstant with value one.static final AreaArea.POS_MAXVALUEConstant with value MAX_VALUE.static final AreaArea.POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static final AreaArea.ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return AreaModifier and TypeMethodDescriptionfinal AreaSIScalar.asArea()Return the current scalar as a area.final AreaReturn the current scalar as a area, and provide a display unit.static AreaArea.divide(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Divide two scalars that result in a scalar of type Area.final AreaCalculate the division of FlowVolume and Speed, which results in a Area scalar.final AreaCalculate the division of Force and Pressure, which results in a Area scalar.final AreaLength.divide(LinearDensity v) Calculate the division of Length and LinearDensity, which results in a Area scalar.final AreaLuminousFlux.divide(Illuminance v) Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.final AreaMagneticFlux.divide(MagneticFluxDensity v) Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.final AreaCalculate the division of Volume and Length, which results in a Area scalar.final AreaArea.instantiateRel(double value, AreaUnit unit) static AreaArea.interpolate(Area zero, Area one, double ratio) Interpolate between two values.static AreaReturn the maximum value of two relative scalars.static AreaReturn the maximum value of more than two relative scalars.static AreaReturn the minimum value of two relative scalars.static AreaReturn the minimum value of more than two relative scalars.static AreaArea.multiply(DoubleScalarRel<?, ?> scalar1, DoubleScalarRel<?, ?> scalar2) Multiply two scalars that result in a scalar of type Area.static AreaReturns a Area based on a value and the textual representation of the unit, which can be localized.static final AreaArea.ofSI(double value) Construct Area scalar based on an SI value.final AreaCalculate the multiplication of Dimensionless and Area, which results in a Area scalar.final AreaCalculate the multiplication of Length and Length, which results in a Area scalar.final AreaVolume.times(LinearDensity v) Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar.static AreaReturns a Area representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type AreaModifier and TypeMethodDescriptionfinal DimensionlessCalculate the division of Area and Area, which results in a Dimensionless scalar.final SpeedCalculate the division of FlowVolume and Area, which results in a Speed scalar.final PressureCalculate the division of Force and Area, which results in a Pressure scalar.final LinearDensityCalculate the division of Length and Area, which results in a LinearDensity scalar.final IlluminanceCalculate the division of LuminousFlux and Area, which results in a Illuminance scalar.final MagneticFluxDensityCalculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.final LengthCalculate the division of Volume and Area, which results in a Length scalar.static AreaArea.interpolate(Area zero, Area one, double ratio) Interpolate between two values.static AreaReturn the maximum value of two relative scalars.static AreaReturn the maximum value of more than two relative scalars.static AreaReturn the minimum value of two relative scalars.static AreaReturn the minimum value of more than two relative scalars.final AreaCalculate the multiplication of Dimensionless and Area, which results in a Area scalar.final LuminousFluxCalculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.final VolumeCalculate the multiplication of Length and Area, which results in a Volume scalar.final LengthCalculate the multiplication of LinearDensity and Area, which results in a Length scalar.final MagneticFluxCalculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.final ForceCalculate the multiplication of Pressure and Area, which results in a Force scalar.final FlowVolumeCalculate the multiplication of Speed and Area, which results in a FlowVolume scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Area -
Uses of Area in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return AreaModifier and TypeMethodDescriptionAreaVector.instantiateScalarSI(double valueSI, AreaUnit displayUnit) Methods in org.djunits.value.vdouble.vector that return types with arguments of type AreaConstructors in org.djunits.value.vdouble.vector with parameters of type AreaModifierConstructorDescriptionAreaVector(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.