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