Uses of Class
org.djunits.value.vfloat.scalar.FloatSolidAngle
| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
-
Uses of FloatSolidAngle in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that return FloatSolidAngle Modifier and Type Method Description FloatSolidAngleFloatSolidAngleMatrix. instantiateScalarSI(float valueSI, SolidAngleUnit displayUnit)Instantiate a new scalar for the class of this matrix.Methods in org.djunits.value.vfloat.matrix that return types with arguments of type FloatSolidAngle Modifier and Type Method Description Class<FloatSolidAngle>FloatSolidAngleMatrix. getScalarClass()Return the class of the corresponding scalar. -
Uses of FloatSolidAngle in org.djunits.value.vfloat.scalar
Fields in org.djunits.value.vfloat.scalar declared as FloatSolidAngle Modifier and Type Field Description static FloatSolidAngleFloatSolidAngle. NaNConstant with value NaN.static FloatSolidAngleFloatSolidAngle. NEG_MAXVALUEConstant with value -MAX_VALUE.static FloatSolidAngleFloatSolidAngle. NEGATIVE_INFINITYConstant with value NEGATIVE_INFINITY.static FloatSolidAngleFloatSolidAngle. ONEConstant with value one.static FloatSolidAngleFloatSolidAngle. POS_MAXVALUEConstant with value MAX_VALUE.static FloatSolidAngleFloatSolidAngle. POSITIVE_INFINITYConstant with value POSITIVE_INFINITY.static FloatSolidAngleFloatSolidAngle. ZEROConstant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatSolidAngle Modifier and Type Method Description FloatSolidAngleFloatSIScalar. asSolidAngle()Return the current scalar as a solidangle.FloatSolidAngleFloatSIScalar. asSolidAngle(SolidAngleUnit displayUnit)Return the current scalar as a solidangle, and provide a display unit.FloatSolidAngleFloatLuminousFlux. divide(FloatLuminousIntensity v)Calculate the division of FloatLuminousFlux and FloatLuminousIntensity, which results in a FloatSolidAngle scalar.FloatSolidAngleFloatSolidAngle. instantiateRel(float value, SolidAngleUnit unit)Construct a new Relative Immutable FloatScalar of the right type.static FloatSolidAngleFloatSolidAngle. instantiateSI(float value)Construct FloatSolidAngle scalar.static FloatSolidAngleFloatSolidAngle. interpolate(FloatSolidAngle zero, FloatSolidAngle one, float ratio)Interpolate between two values.static FloatSolidAngleFloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2)Return the maximum value of two relative scalars.static FloatSolidAngleFloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)Return the maximum value of more than two relative scalars.static FloatSolidAngleFloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2)Return the minimum value of two relative scalars.static FloatSolidAngleFloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)Return the minimum value of more than two relative scalars.static FloatSolidAngleFloatSolidAngle. of(float value, String unitString)Returns a FloatSolidAngle based on a value and the textual representation of the unit.FloatSolidAngleFloatDimensionless. times(FloatSolidAngle v)Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.static FloatSolidAngleFloatSolidAngle. valueOf(String text)Returns a FloatSolidAngle representation of a textual representation of a value with a unit.Methods in org.djunits.value.vfloat.scalar with parameters of type FloatSolidAngle Modifier and Type Method Description FloatLuminousIntensityFloatLuminousFlux. divide(FloatSolidAngle v)Calculate the division of FloatLuminousFlux and FloatSolidAngle, which results in a FloatLuminousIntensity scalar.FloatDimensionlessFloatSolidAngle. divide(FloatSolidAngle v)Calculate the division of FloatSolidAngle and FloatSolidAngle, which results in a FloatDimensionless scalar.static FloatSolidAngleFloatSolidAngle. interpolate(FloatSolidAngle zero, FloatSolidAngle one, float ratio)Interpolate between two values.static FloatSolidAngleFloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2)Return the maximum value of two relative scalars.static FloatSolidAngleFloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)Return the maximum value of more than two relative scalars.static FloatSolidAngleFloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2)Return the minimum value of two relative scalars.static FloatSolidAngleFloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)Return the minimum value of more than two relative scalars.FloatSolidAngleFloatDimensionless. times(FloatSolidAngle v)Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.FloatLuminousFluxFloatLuminousIntensity. times(FloatSolidAngle v)Calculate the multiplication of FloatLuminousIntensity and FloatSolidAngle, which results in a FloatLuminousFlux scalar.Constructors in org.djunits.value.vfloat.scalar with parameters of type FloatSolidAngle Constructor Description FloatSolidAngle(FloatSolidAngle value)Construct FloatSolidAngle scalar. -
Uses of FloatSolidAngle in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that return FloatSolidAngle Modifier and Type Method Description FloatSolidAngleFloatSolidAngleVector. instantiateScalarSI(float valueSI, SolidAngleUnit displayUnit)Instantiate a new scalar for the class of this vector.Methods in org.djunits.value.vfloat.vector that return types with arguments of type FloatSolidAngle Modifier and Type Method Description Class<FloatSolidAngle>FloatSolidAngleVector. getScalarClass()Return the class of the corresponding scalar.