ConstantCrossSectionScatteringCoefficient Conversion (Double to ConstantCrossSectionScatteringCoefficient) |
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 ConstantCrossSectionScatteringCoefficient (
double value
)
Public Shared Widening Operator CType (
value As Double
) As ConstantCrossSectionScatteringCoefficient
static implicit operator ConstantCrossSectionScatteringCoefficient^ (
double value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemDouble
The value to convert.
Return Value
Type:
ConstantCrossSectionScatteringCoefficient
A new
ConstantCrossSectionScatteringCoefficient configured with the given scattering coefficient value.
See Also