TermType Enumeration

Type of the expression component.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public enum TermType

Members

Operand1 The operand can be represented by the number, parameter or variable.
Operator2 The operator may be unary or binary.
Function3 The function.
Bracket4 Brackets.

See Also