Class Operator
public class Operator : EnumWrapper, IEquatable<EnumWrapper>, IBinaryOperator, IBiFunction
- Inheritance
-
Operator
- Implements
- Inherited Members
Properties
AddAll
public static Operator AddAll { get; }
Property Value
And
public static Operator And { get; }
Property Value
Assign
public static Operator Assign { get; }
Property Value
Div
public static Operator Div { get; }
Property Value
Max
public static Operator Max { get; }
Property Value
Min
public static Operator Min { get; }
Property Value
Minus
public static Operator Minus { get; }
Property Value
Mult
public static Operator Mult { get; }
Property Value
Or
public static Operator Or { get; }
Property Value
Sum
public static Operator Sum { get; }
Property Value
SumLong
public static Operator SumLong { get; }
Property Value
Methods
GetByValue(string)
Gets the Operator enumeration by value.
public static Operator GetByValue(string value)
Parameters
value
string