Enum VectorialComponent
- Namespace
- VirtualLabAPI.Core.FieldRepresentations
- Assembly
- VirtualLabAPI.dll
Enum describing the vectorial components of a field (\(E_x\), \(E_y\), and \(E_z\)).
public enum VectorialComponent
Fields
[EnumDescription("Ex-Component", false)] Ex = 0Indicates the \(E_x\) component of a field.
[EnumDescription("Ey-Component", false)] Ey = 1Indicates the \(E_y\) component of a field.
[EnumDescription("Ez-Component", false)] Ez = 2Indicates the \(E_z\) component of a field.