Click or drag to resize

PolarizationSource  Conversion (Polarization to PolarizationSource)

Converts a Polarization to a PolarizationSource.

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 PolarizationSource (
	Polarization value
)

Parameters

value
Type: AGI.Foundation.CommunicationsPolarization
The value to convert.

Return Value

Type: PolarizationSource
A new PolarizationSource configured with the given Polarization, or if value is .
See Also