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 FloatSolidAngle
FloatSolidAngleMatrix. 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 FloatSolidAngle
FloatSolidAngle. NaN
Constant with value NaN.static FloatSolidAngle
FloatSolidAngle. NEG_MAXVALUE
Constant with value -MAX_VALUE.static FloatSolidAngle
FloatSolidAngle. NEGATIVE_INFINITY
Constant with value NEGATIVE_INFINITY.static FloatSolidAngle
FloatSolidAngle. ONE
Constant with value one.static FloatSolidAngle
FloatSolidAngle. POS_MAXVALUE
Constant with value MAX_VALUE.static FloatSolidAngle
FloatSolidAngle. POSITIVE_INFINITY
Constant with value POSITIVE_INFINITY.static FloatSolidAngle
FloatSolidAngle. ZERO
Constant with value zero.Methods in org.djunits.value.vfloat.scalar that return FloatSolidAngle Modifier and Type Method Description FloatSolidAngle
FloatSIScalar. asSolidAngle()
Return the current scalar as a solidangle.FloatSolidAngle
FloatSIScalar. asSolidAngle(SolidAngleUnit displayUnit)
Return the current scalar as a solidangle, and provide a display unit.FloatSolidAngle
FloatLuminousFlux. divide(FloatLuminousIntensity v)
Calculate the division of FloatLuminousFlux and FloatLuminousIntensity, which results in a FloatSolidAngle scalar.FloatSolidAngle
FloatSolidAngle. instantiateRel(float value, SolidAngleUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.static FloatSolidAngle
FloatSolidAngle. instantiateSI(float value)
Construct FloatSolidAngle scalar.static FloatSolidAngle
FloatSolidAngle. interpolate(FloatSolidAngle zero, FloatSolidAngle one, float ratio)
Interpolate between two values.static FloatSolidAngle
FloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2)
Return the maximum value of two relative scalars.static FloatSolidAngle
FloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)
Return the maximum value of more than two relative scalars.static FloatSolidAngle
FloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2)
Return the minimum value of two relative scalars.static FloatSolidAngle
FloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)
Return the minimum value of more than two relative scalars.static FloatSolidAngle
FloatSolidAngle. of(float value, String unitString)
Returns a FloatSolidAngle based on a value and the textual representation of the unit.FloatSolidAngle
FloatDimensionless. times(FloatSolidAngle v)
Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.static FloatSolidAngle
FloatSolidAngle. 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 FloatLuminousIntensity
FloatLuminousFlux. divide(FloatSolidAngle v)
Calculate the division of FloatLuminousFlux and FloatSolidAngle, which results in a FloatLuminousIntensity scalar.FloatDimensionless
FloatSolidAngle. divide(FloatSolidAngle v)
Calculate the division of FloatSolidAngle and FloatSolidAngle, which results in a FloatDimensionless scalar.static FloatSolidAngle
FloatSolidAngle. interpolate(FloatSolidAngle zero, FloatSolidAngle one, float ratio)
Interpolate between two values.static FloatSolidAngle
FloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2)
Return the maximum value of two relative scalars.static FloatSolidAngle
FloatSolidAngle. max(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)
Return the maximum value of more than two relative scalars.static FloatSolidAngle
FloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2)
Return the minimum value of two relative scalars.static FloatSolidAngle
FloatSolidAngle. min(FloatSolidAngle r1, FloatSolidAngle r2, FloatSolidAngle... rn)
Return the minimum value of more than two relative scalars.FloatSolidAngle
FloatDimensionless. times(FloatSolidAngle v)
Calculate the multiplication of FloatDimensionless and FloatSolidAngle, which results in a FloatSolidAngle scalar.FloatLuminousFlux
FloatLuminousIntensity. 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 FloatSolidAngle
FloatSolidAngleVector. 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.