valueCanSubtract
Checks if it's possible to subtract subtrahend from minuend.
Parameters
minuend | the value to subtract from |
subtrahend | the value to subtract |
Returns
true if a subtraction is possible
Checks if it's possible to subtract subtrahend from minuend.
minuend | the value to subtract from |
subtrahend | the value to subtract |