Term.ArgsCount Property
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.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public int ArgsCount { get; }
Public ReadOnly Property ArgsCount As Integer
Get
public:
virtual property int ArgsCount {
int get () sealed;
}
abstract ArgsCount : int with get
override ArgsCount : int with get
Int32IPrimitive.ArgsCount