Uses of Class
org.djunits.value.vdouble.scalar.Area
| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
|
| org.djunits.value.vdouble.vector |
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 Area Modifier and Type Method Description AreaAreaMatrix. instantiateScalarSI(double valueSI, AreaUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vdouble.matrix that return types with arguments of type Area Modifier and Type Method Description Class<Area>AreaMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of Area in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Area Modifier and Type Field Description static AreaArea. NaNConstant with value NaN.static AreaArea. NEG_MAXVALUEConstant with value -MAX_VALUE.static AreaArea. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static AreaArea. ONEConstant with value one.static AreaArea. POS_MAXVALUEConstant with value MAX_VALUE.static AreaArea. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static AreaArea. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Area Modifier and Type Method Description AreaSIScalar. asArea()Return the current scalar as a area.AreaSIScalar. asArea(AreaUnit displayUnit)Return the current scalar as a area, and provide a display unit.AreaFlowVolume. divide(Speed v)Calculate the division of FlowVolume and Speed, which results in a Area scalar.AreaForce. divide(Pressure v)Calculate the division of Force and Pressure, which results in a Area scalar.AreaLength. divide(LinearDensity v)Calculate the division of Length and LinearDensity, which results in a Area scalar.AreaLuminousFlux. divide(Illuminance v)Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.AreaMagneticFlux. divide(MagneticFluxDensity v)Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.AreaVolume. divide(Length v)Calculate the division of Volume and Length, which results in a Area scalar.AreaArea. instantiateRel(double value, AreaUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static AreaArea. instantiateSI(double value)Construct Area scalar.static AreaArea. interpolate(Area zero, Area one, double ratio)Interpolate between two values.static AreaArea. max(Area r1, Area r2)Return the maximum value of two relative scalars.static AreaArea. max(Area r1, Area r2, Area... rn)Return the maximum value of more than two relative scalars.static AreaArea. min(Area r1, Area r2)Return the minimum value of two relative scalars.static AreaArea. min(Area r1, Area r2, Area... rn)Return the minimum value of more than two relative scalars.static AreaArea. of(double value, String unitString)Returns a Area based on a value and the textual representation of the unit.AreaDimensionless. times(Area v)Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.AreaLength. times(Length v)Calculate the multiplication of Length and Length, which results in a Area scalar.AreaVolume. times(LinearDensity v)Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar.static AreaArea. valueOf(String text)Returns a Area representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Area Modifier and Type Method Description DimensionlessArea. divide(Area v)Calculate the division of Area and Area, which results in a Dimensionless scalar.SpeedFlowVolume. divide(Area v)Calculate the division of FlowVolume and Area, which results in a Speed scalar.PressureForce. divide(Area v)Calculate the division of Force and Area, which results in a Pressure scalar.LinearDensityLength. divide(Area v)Calculate the division of Length and Area, which results in a LinearDensity scalar.IlluminanceLuminousFlux. divide(Area v)Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.MagneticFluxDensityMagneticFlux. divide(Area v)Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.LengthVolume. divide(Area v)Calculate 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 AreaArea. max(Area r1, Area r2)Return the maximum value of two relative scalars.static AreaArea. max(Area r1, Area r2, Area... rn)Return the maximum value of more than two relative scalars.static AreaArea. min(Area r1, Area r2)Return the minimum value of two relative scalars.static AreaArea. min(Area r1, Area r2, Area... rn)Return the minimum value of more than two relative scalars.AreaDimensionless. times(Area v)Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.LuminousFluxIlluminance. times(Area v)Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.VolumeLength. times(Area v)Calculate the multiplication of Length and Area, which results in a Volume scalar.LengthLinearDensity. times(Area v)Calculate the multiplication of LinearDensity and Area, which results in a Length scalar.MagneticFluxMagneticFluxDensity. times(Area v)Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.ForcePressure. times(Area v)Calculate the multiplication of Pressure and Area, which results in a Force scalar.FlowVolumeSpeed. times(Area v)Calculate the multiplication of Speed and Area, which results in a FlowVolume scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Area Constructor Description Area(Area value)Construct Area scalar. -
Uses of Area in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Area Modifier and Type Method Description AreaAreaVector. instantiateScalarSI(double valueSI, AreaUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vdouble.vector that return types with arguments of type Area Modifier and Type Method Description Class<Area>AreaVector. getScalarClass()Return the class of the corresponding scalar.