Click or drag to resize

ElectricFieldVectorComponents Structure

Defines the horizontal and vertical electric field vector components of a signal.

Namespace:  AGI.Foundation.Communications
Assembly:  AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public struct ElectricFieldVectorComponents : IEquatable<ElectricFieldVectorComponents>

The ElectricFieldVectorComponents type exposes the following members.

Constructors
  NameDescription
Public methodElectricFieldVectorComponents
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyHorizontalVectorComponent
Gets the horizontal polarization electric field component.
Public propertyStatic memberUndefined
Gets a ElectricFieldVectorComponents with values of 0.0 for both the horizontal and vertical component's real and imaginary parts.
Public propertyVerticalVectorComponent
Gets the vertical polarization electric field component.
Top
Methods
  NameDescription
Public methodComputePolarization
Computes polarization based on the horizontal and vertical vector components and the supplied polarization reference axis.
Public methodEquals(ElectricFieldVectorComponents)
Indicates whether another instance of this type is exactly equal to this instance.
Public methodEquals(Object)
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Returns if the two instances are exactly equal.
Public operatorStatic memberInequality
Returns if the two instances are not exactly equal.
Top
See Also