ExpressionBuilder.AddBinary(string) - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: ExpressionsClassLibrary
Description: Feeds a binary operator to builder.
Parameters | Description |
---|---|
input<string> | binary operator to feed into builder |
Returns | Description |
---|---|
void | this method does not return anything |
Exceptions | Cause |
---|---|
InvalidOperationException | feeding binary operator to builder consecutively (missing operand in between) |