Table of Contents

Class Operator

Namespace
L5Sharp.Enums
Assembly
L5Sharp.dll

An enumeration of known Logix operators.

public class Operator : LogixEnum<Operator, string>, IEquatable<LogixEnum<Operator, string>>, IComparable<LogixEnum<Operator, string>>
Inheritance
Operator
Implements
Inherited Members

Fields

AND

Represents the AND Logix Operator.

public static readonly Operator AND

Field Value

Operator

Add

Represents the Add Logix Operator.

public static readonly Operator Add

Field Value

Operator

Assignment

Represents the Assignment Logix Operator.

public static readonly Operator Assignment

Field Value

Operator

Divide

Represents the Divide Logix Operator.

public static readonly Operator Divide

Field Value

Operator

Equal

Represents the Equal Logix Operator.

public static readonly Operator Equal

Field Value

Operator

Exponent

Represents the Exponent Logix Operator.

public static readonly Operator Exponent

Field Value

Operator

GreaterThan

Represents the GreaterThan Logix Operator.

public static readonly Operator GreaterThan

Field Value

Operator

GreaterThanOrEqual

Represents the GreaterThanOrEqual Logix Operator.

public static readonly Operator GreaterThanOrEqual

Field Value

Operator

LessThan

Represents the LessThan Logix Operator.

public static readonly Operator LessThan

Field Value

Operator

LessThanOrEqual

Represents the LessThanOrEqual Logix Operator.

public static readonly Operator LessThanOrEqual

Field Value

Operator

MOD

Represents the Modulo Logix Operator.

public static readonly Operator MOD

Field Value

Operator

Multiply

Represents the Multiply Logix Operator.

public static readonly Operator Multiply

Field Value

Operator

NOT

Represents the NOT Logix Operator.

public static readonly Operator NOT

Field Value

Operator

NotEqual

Represents the NotEqual Logix Operator.

public static readonly Operator NotEqual

Field Value

Operator

OR

Represents the OR Logix Operator.

public static readonly Operator OR

Field Value

Operator

Subtract

Represents the Subtract Logix Operator.

public static readonly Operator Subtract

Field Value

Operator

XOR

Represents the XOR Logix Operator.

public static readonly Operator XOR

Field Value

Operator