Click or drag to resize

ElectricFieldVectorComponents Constructor

Initializes a new instance.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ElectricFieldVectorComponents(
	Complex horizontalVectorComponent,
	Complex verticalVectorComponent
)

Parameters

horizontalVectorComponent
Type: AGI.Foundation.CoordinatesComplex
The horizontal polarization electric field component.
verticalVectorComponent
Type: AGI.Foundation.CoordinatesComplex
The vertical polarization electric field component.
See Also