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 SolidAngleSolidAngleMatrix. 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 SolidAngleSolidAngle. NaNConstant with value NaN.static SolidAngleSolidAngle. NEG_MAXVALUEConstant with value -MAX_VALUE.static SolidAngleSolidAngle. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static SolidAngleSolidAngle. ONEConstant with value one.static SolidAngleSolidAngle. POS_MAXVALUEConstant with value MAX_VALUE.static SolidAngleSolidAngle. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static SolidAngleSolidAngle. ZEROConstant with value zero.Methods in org.djunits.value.vdouble.scalar that return SolidAngle Modifier and Type Method Description SolidAngleSIScalar. asSolidAngle()Return the current scalar as a solidangle.SolidAngleSIScalar. asSolidAngle(SolidAngleUnit displayUnit)Return the current scalar as a solidangle, and provide a display unit.SolidAngleLuminousFlux. divide(LuminousIntensity v)Calculate the division of LuminousFlux and LuminousIntensity, which results in a SolidAngle scalar.SolidAngleSolidAngle. instantiateRel(double value, SolidAngleUnit unit)Construct a new Relative Immutable DoubleScalar of the right type.static SolidAngleSolidAngle. instantiateSI(double value)Construct SolidAngle scalar.static SolidAngleSolidAngle. interpolate(SolidAngle zero, SolidAngle one, double ratio)Interpolate between two values.static SolidAngleSolidAngle. max(SolidAngle r1, SolidAngle r2)Return the maximum value of two relative scalars.static SolidAngleSolidAngle. max(SolidAngle r1, SolidAngle r2, SolidAngle... rn)Return the maximum value of more than two relative scalars.static SolidAngleSolidAngle. min(SolidAngle r1, SolidAngle r2)Return the minimum value of two relative scalars.static SolidAngleSolidAngle. min(SolidAngle r1, SolidAngle r2, SolidAngle... rn)Return the minimum value of more than two relative scalars.static SolidAngleSolidAngle. of(double value, String unitString)Returns a SolidAngle based on a value and the textual representation of the unit.SolidAngleDimensionless. times(SolidAngle v)Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.static SolidAngleSolidAngle. 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 LuminousIntensityLuminousFlux. divide(SolidAngle v)Calculate the division of LuminousFlux and SolidAngle, which results in a LuminousIntensity scalar.DimensionlessSolidAngle. divide(SolidAngle v)Calculate the division of SolidAngle and SolidAngle, which results in a Dimensionless scalar.static SolidAngleSolidAngle. interpolate(SolidAngle zero, SolidAngle one, double ratio)Interpolate between two values.static SolidAngleSolidAngle. max(SolidAngle r1, SolidAngle r2)Return the maximum value of two relative scalars.static SolidAngleSolidAngle. max(SolidAngle r1, SolidAngle r2, SolidAngle... rn)Return the maximum value of more than two relative scalars.static SolidAngleSolidAngle. min(SolidAngle r1, SolidAngle r2)Return the minimum value of two relative scalars.static SolidAngleSolidAngle. min(SolidAngle r1, SolidAngle r2, SolidAngle... rn)Return the minimum value of more than two relative scalars.SolidAngleDimensionless. times(SolidAngle v)Calculate the multiplication of Dimensionless and SolidAngle, which results in a SolidAngle scalar.LuminousFluxLuminousIntensity. 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 SolidAngleSolidAngleVector. 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.