Table of Contents

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 = 0

Indicates the \(E_x\) component of a field.

[EnumDescription("Ey-Component", false)] Ey = 1

Indicates the \(E_y\) component of a field.

[EnumDescription("Ez-Component", false)] Ez = 2

Indicates the \(E_z\) component of a field.