ElectricFieldVectorComponents Structure |
Namespace: AGI.Foundation.Communications
The ElectricFieldVectorComponents type exposes the following members.
Name | Description | |
---|---|---|
ElectricFieldVectorComponents |
Initializes a new instance.
|
Name | Description | |
---|---|---|
HorizontalVectorComponent |
Gets the horizontal polarization electric field component.
| |
Undefined |
Gets a ElectricFieldVectorComponents with values of 0.0 for both the horizontal and vertical component's real and imaginary parts.
| |
VerticalVectorComponent |
Gets the vertical polarization electric field component.
|
Name | Description | |
---|---|---|
ComputePolarization |
Computes polarization based on the horizontal and vertical vector components and the supplied polarization reference axis.
| |
Equals(ElectricFieldVectorComponents) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|