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 Area
AreaMatrix. 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 Area
Area. NaN
Constant with value NaN.static Area
Area. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Area
Area. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Area
Area. ONE
Constant with value one.static Area
Area. POS_MAXVALUE
Constant with value MAX_VALUE.static Area
Area. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Area
Area. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Area Modifier and Type Method Description Area
SIScalar. asArea()
Return the current scalar as a area.Area
SIScalar. asArea(AreaUnit displayUnit)
Return the current scalar as a area, and provide a display unit.Area
FlowVolume. divide(Speed v)
Calculate the division of FlowVolume and Speed, which results in a Area scalar.Area
Force. divide(Pressure v)
Calculate the division of Force and Pressure, which results in a Area scalar.Area
Length. divide(LinearDensity v)
Calculate the division of Length and LinearDensity, which results in a Area scalar.Area
LuminousFlux. divide(Illuminance v)
Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.Area
MagneticFlux. divide(MagneticFluxDensity v)
Calculate the division of MagneticFlux and MagneticFluxDensity, which results in a Area scalar.Area
Volume. divide(Length v)
Calculate the division of Volume and Length, which results in a Area scalar.Area
Area. instantiateRel(double value, AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Area
Area. instantiateSI(double value)
Construct Area scalar.static Area
Area. interpolate(Area zero, Area one, double ratio)
Interpolate between two values.static Area
Area. max(Area r1, Area r2)
Return the maximum value of two relative scalars.static Area
Area. max(Area r1, Area r2, Area... rn)
Return the maximum value of more than two relative scalars.static Area
Area. min(Area r1, Area r2)
Return the minimum value of two relative scalars.static Area
Area. min(Area r1, Area r2, Area... rn)
Return the minimum value of more than two relative scalars.static Area
Area. of(double value, String unitString)
Returns a Area based on a value and the textual representation of the unit.Area
Dimensionless. times(Area v)
Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.Area
Length. times(Length v)
Calculate the multiplication of Length and Length, which results in a Area scalar.Area
Volume. times(LinearDensity v)
Calculate the multiplication of Volume and LinearDensity, which results in a Area scalar.static Area
Area. 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 Dimensionless
Area. divide(Area v)
Calculate the division of Area and Area, which results in a Dimensionless scalar.Speed
FlowVolume. divide(Area v)
Calculate the division of FlowVolume and Area, which results in a Speed scalar.Pressure
Force. divide(Area v)
Calculate the division of Force and Area, which results in a Pressure scalar.LinearDensity
Length. divide(Area v)
Calculate the division of Length and Area, which results in a LinearDensity scalar.Illuminance
LuminousFlux. divide(Area v)
Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.MagneticFluxDensity
MagneticFlux. divide(Area v)
Calculate the division of MagneticFlux and Area, which results in a MagneticFluxDensity scalar.Length
Volume. divide(Area v)
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
Area. max(Area r1, Area r2)
Return the maximum value of two relative scalars.static Area
Area. max(Area r1, Area r2, Area... rn)
Return the maximum value of more than two relative scalars.static Area
Area. min(Area r1, Area r2)
Return the minimum value of two relative scalars.static Area
Area. min(Area r1, Area r2, Area... rn)
Return the minimum value of more than two relative scalars.Area
Dimensionless. times(Area v)
Calculate the multiplication of Dimensionless and Area, which results in a Area scalar.LuminousFlux
Illuminance. times(Area v)
Calculate the multiplication of Illuminance and Area, which results in a LuminousFlux scalar.Volume
Length. times(Area v)
Calculate the multiplication of Length and Area, which results in a Volume scalar.Length
LinearDensity. times(Area v)
Calculate the multiplication of LinearDensity and Area, which results in a Length scalar.MagneticFlux
MagneticFluxDensity. times(Area v)
Calculate the multiplication of MagneticFluxDensity and Area, which results in a MagneticFlux scalar.Force
Pressure. times(Area v)
Calculate the multiplication of Pressure and Area, which results in a Force scalar.FlowVolume
Speed. 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 Area
AreaVector. 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.