Uses of Class
org.djunits.value.vdouble.scalar.Illuminance
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 Illuminance in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that return Illuminance Modifier and Type Method Description Illuminance
IlluminanceMatrix. instantiateScalarSI(double valueSI, IlluminanceUnit 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 Illuminance Modifier and Type Method Description Class<Illuminance>
IlluminanceMatrix. getScalarClass()
Return the class of the corresponding scalar. -
Uses of Illuminance in org.djunits.value.vdouble.scalar
Fields in org.djunits.value.vdouble.scalar declared as Illuminance Modifier and Type Field Description static Illuminance
Illuminance. NaN
Constant with value NaN.static Illuminance
Illuminance. NEG_MAXVALUE
Constant with value -MAX_VALUE.static Illuminance
Illuminance. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static Illuminance
Illuminance. ONE
Constant with value one.static Illuminance
Illuminance. POS_MAXVALUE
Constant with value MAX_VALUE.static Illuminance
Illuminance. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static Illuminance
Illuminance. ZERO
Constant with value zero.Methods in org.djunits.value.vdouble.scalar that return Illuminance Modifier and Type Method Description Illuminance
SIScalar. asIlluminance()
Return the current scalar as a illuminance.Illuminance
SIScalar. asIlluminance(IlluminanceUnit displayUnit)
Return the current scalar as a illuminance, and provide a display unit.Illuminance
LuminousFlux. divide(Area v)
Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.Illuminance
Illuminance. instantiateRel(double value, IlluminanceUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.static Illuminance
Illuminance. instantiateSI(double value)
Construct Illuminance scalar.static Illuminance
Illuminance. interpolate(Illuminance zero, Illuminance one, double ratio)
Interpolate between two values.static Illuminance
Illuminance. max(Illuminance r1, Illuminance r2)
Return the maximum value of two relative scalars.static Illuminance
Illuminance. max(Illuminance r1, Illuminance r2, Illuminance... rn)
Return the maximum value of more than two relative scalars.static Illuminance
Illuminance. min(Illuminance r1, Illuminance r2)
Return the minimum value of two relative scalars.static Illuminance
Illuminance. min(Illuminance r1, Illuminance r2, Illuminance... rn)
Return the minimum value of more than two relative scalars.static Illuminance
Illuminance. of(double value, String unitString)
Returns a Illuminance based on a value and the textual representation of the unit.Illuminance
Dimensionless. times(Illuminance v)
Calculate the multiplication of Dimensionless and Illuminance, which results in a Illuminance scalar.static Illuminance
Illuminance. valueOf(String text)
Returns a Illuminance representation of a textual representation of a value with a unit.Methods in org.djunits.value.vdouble.scalar with parameters of type Illuminance Modifier and Type Method Description Dimensionless
Illuminance. divide(Illuminance v)
Calculate the division of Illuminance and Illuminance, which results in a Dimensionless scalar.Area
LuminousFlux. divide(Illuminance v)
Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.static Illuminance
Illuminance. interpolate(Illuminance zero, Illuminance one, double ratio)
Interpolate between two values.static Illuminance
Illuminance. max(Illuminance r1, Illuminance r2)
Return the maximum value of two relative scalars.static Illuminance
Illuminance. max(Illuminance r1, Illuminance r2, Illuminance... rn)
Return the maximum value of more than two relative scalars.static Illuminance
Illuminance. min(Illuminance r1, Illuminance r2)
Return the minimum value of two relative scalars.static Illuminance
Illuminance. min(Illuminance r1, Illuminance r2, Illuminance... rn)
Return the minimum value of more than two relative scalars.LuminousFlux
Area. times(Illuminance v)
Calculate the multiplication of Area and Illuminance, which results in a LuminousFlux scalar.Illuminance
Dimensionless. times(Illuminance v)
Calculate the multiplication of Dimensionless and Illuminance, which results in a Illuminance scalar.Constructors in org.djunits.value.vdouble.scalar with parameters of type Illuminance Constructor Description Illuminance(Illuminance value)
Construct Illuminance scalar. -
Uses of Illuminance in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that return Illuminance Modifier and Type Method Description Illuminance
IlluminanceVector. instantiateScalarSI(double valueSI, IlluminanceUnit 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 Illuminance Modifier and Type Method Description Class<Illuminance>
IlluminanceVector. getScalarClass()
Return the class of the corresponding scalar.