ExpressionBuilder.AddValue(decimal) - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: ExpressionsClassLibrary
Description: Feeds a numeric value to builder.
Parameters | Description |
---|---|
input<decimal> | value to feed into builder |
Returns | Description |
---|---|
void | this method does not return anything |
Exceptions | Cause |
---|---|
InvalidOperationException | feeding numeric value to builder consecutively |