Click or drag to resize

PolarizationConstructOrthogonalPolarization Method

Constructs an instance of polarization which is orthogonal to the supplied source polarization.

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 Polarization ConstructOrthogonalPolarization(
	Polarization sourcePolarization
)

Parameters

sourcePolarization
Type: AGI.Foundation.CommunicationsPolarization
The source polarization used to compute the orthogonal instance of polarization.

Return Value

Type: Polarization
The orthogonal polarization instance.
See Also