Node.IsOperand - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: ExpressionsClassLibrary
Description: Checks if node contains an operand.
Returns | Description |
---|---|
bool | true when node holds an operand |
Remarks:
A node can store operators and operands in the form of decimal type only. Therefore, a mechanism to differentiate between an operator represented as decimal value and an actual operand is very important. Operators in decimal form will need to be converted back to its original form before its use.