Click or drag to resize

ScatteringCoefficient  Conversion (Double to ScatteringCoefficient)

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

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 ScatteringCoefficient (
	double value
)

Parameters

value
Type: SystemDouble
The value to convert.

Return Value

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