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 IlluminanceIlluminanceMatrix. 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 IlluminanceIlluminance. NaNConstant with value NaN.static IlluminanceIlluminance. NEG_MAXVALUEConstant with value -MAX_VALUE.static IlluminanceIlluminance. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static IlluminanceIlluminance. ONEConstant with value one.static IlluminanceIlluminance. POS_MAXVALUEConstant with value MAX_VALUE.static IlluminanceIlluminance. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static IlluminanceIlluminance. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return Illuminance Modifier and Type Method Description IlluminanceSIScalar. asIlluminance()Return the current scalar as a illuminance.IlluminanceSIScalar. asIlluminance(IlluminanceUnit displayUnit)Return the current scalar as a illuminance, and provide a display unit.IlluminanceLuminousFlux. divide(Area v)Calculate the division of LuminousFlux and Area, which results in a Illuminance scalar.IlluminanceIlluminance. instantiateRel(double value, IlluminanceUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static IlluminanceIlluminance. instantiateSI(double value)Construct Illuminance scalar.static IlluminanceIlluminance. interpolate(Illuminance zero, Illuminance one, double ratio)Interpolate between two values.static IlluminanceIlluminance. max(Illuminance r1, Illuminance r2)Return the maximum value of two relative scalars.static IlluminanceIlluminance. max(Illuminance r1, Illuminance r2, Illuminance... rn)Return the maximum value of more than two relative scalars.static IlluminanceIlluminance. min(Illuminance r1, Illuminance r2)Return the minimum value of two relative scalars.static IlluminanceIlluminance. min(Illuminance r1, Illuminance r2, Illuminance... rn)Return the minimum value of more than two relative scalars.static IlluminanceIlluminance. of(double value, String unitString)Returns a Illuminance based on a value and the textual representation of the unit.IlluminanceDimensionless. times(Illuminance v)Calculate the multiplication of Dimensionless and Illuminance, which results in a Illuminance scalar.static IlluminanceIlluminance. 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 DimensionlessIlluminance. divide(Illuminance v)Calculate the division of Illuminance and Illuminance, which results in a Dimensionless scalar.AreaLuminousFlux. divide(Illuminance v)Calculate the division of LuminousFlux and Illuminance, which results in a Area scalar.static IlluminanceIlluminance. interpolate(Illuminance zero, Illuminance one, double ratio)Interpolate between two values.static IlluminanceIlluminance. max(Illuminance r1, Illuminance r2)Return the maximum value of two relative scalars.static IlluminanceIlluminance. max(Illuminance r1, Illuminance r2, Illuminance... rn)Return the maximum value of more than two relative scalars.static IlluminanceIlluminance. min(Illuminance r1, Illuminance r2)Return the minimum value of two relative scalars.static IlluminanceIlluminance. min(Illuminance r1, Illuminance r2, Illuminance... rn)Return the minimum value of more than two relative scalars.LuminousFluxArea. times(Illuminance v)Calculate the multiplication of Area and Illuminance, which results in a LuminousFlux scalar.IlluminanceDimensionless. 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 IlluminanceIlluminanceVector. 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.