IPrimitive Interface
Expression component.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public interface IPrimitive
Public Interface IPrimitive
public interface class IPrimitive
type IPrimitive = interface end
| ArgsCount |
Number of children of the expression component. Can get values:
- "0" - for the Operand;
- "1" - for the Bracket;
- "1" or "2" - for the Operator;
- More then "1" or equal - for the Function.
|
| Text |
Text value of the expression component.
|
| Type |
Type of the expression component.
|