Click or drag to resize

ConstantCrossSectionScatteringCoefficient  Conversion (Double to ConstantCrossSectionScatteringCoefficient)

Converts a scattering coefficient as a double value to a ConstantCrossSectionScatteringCoefficient.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static implicit operator ConstantCrossSectionScatteringCoefficient (
	double value
)

Parameters

value
Type: SystemDouble
The value to convert.

Return Value

Type: ConstantCrossSectionScatteringCoefficient
A new ConstantCrossSectionScatteringCoefficient configured with the given scattering coefficient value.
See Also