ScatteringCoefficient Conversion (Double to ScatteringCoefficient) |
Namespace:
AGI.Foundation.Communications
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static implicit operator ScatteringCoefficient (
double value
)
Public Shared Widening Operator CType (
value As Double
) As ScatteringCoefficient
static implicit operator ScatteringCoefficient^ (
double value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemDouble
The value to convert.
Return Value
Type:
ScatteringCoefficient
A new
ScatteringCoefficient configured with the given scattering coefficient value.
See Also