Click or drag to resize

disStructurePolarizationVector Structure

Customize MACE to meet your Live-Virtual-Constructive Simulation and Training Requirements.

[This is preliminary documentation and is subject to change.]

Polarization vector containing horizontal and vertical magnitudes. By convention, both = 0 indicate no polarization.

Namespace:  BSI.MACE.Network.DIS
Assembly:  BSILib (in BSILib.dll) Version: 1.2.1.22047 (1.0.0.0)
Syntax
public struct disStructurePolarizationVector

The disStructurePolarizationVector type exposes the following members.

Constructors
  NameDescription
Public methoddisStructurePolarizationVector
Constructor.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
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
Fields
  NameDescription
Public fieldEy
The E-fields horizontal component. Valid from 0.0 to 1.0 where EHorizontal squared + EVertical squared = 1.
Public fieldEz
The E-fields vertical magnitude component. Valid from 0.0 to 1.0 where EHorizontal squared + EVertical squared = 1.
Public fieldPhase
The phase in degrees between the e-fields. Valid values are from -180 to 180.
Top
See Also