IPrimitiveT Interface

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public interface IPrimitive<T> : IPrimitive
where T : IPrimitive
Implements
IPrimitive

Type Parameters

T

Properties

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.

(Inherited from IPrimitive)
Items 
Text Text value of the expression component.
(Inherited from IPrimitive)
Type Type of the expression component.
(Inherited from IPrimitive)

Methods

See Also