-
-
Notifications
You must be signed in to change notification settings - Fork 4
Precedence
Miroiu Emanuel edited this page Oct 12, 2022
·
3 revisions
Namespace: StringMath
Assembly: StringMath
Inheritance: Object → ValueType → Precedence
Implements: IEquatable
References: MathContext, IMathContext, MathExpr
The operator precedence.
public struct Precedence : ValueType, IEquatable<Precedence>
Addition precedence (0).
public static Precedence Addition;
Field Value
Logarithmic precedence (16).
public static Precedence Logarithmic;
Field Value
Multiplication precedence (4).
public static Precedence Multiplication;
Field Value
The lowest precedence value.
public static Precedence None;
Field Value
Power precedence (8).
public static Precedence Power;
Field Value
The highest precedence value.
public static Precedence Prefix;
Field Value
User defined precedence (32).
public static Precedence UserDefined;
Field Value
public virtual bool Equals(Precedence other);
Parameters
other
Precedence
Returns
public override bool Equals(object obj);
Parameters
obj
Object
Returns
public override int GetHashCode();
Returns