ValueGst.canSubtract

Checks if it's possible to subtract subtrahend from minuend.

class ValueGst
static
int
canSubtract

Parameters

minuend Value

the value to subtract from

subtrahend Value

the value to subtract

Return Value

Type: int

TRUE if a subtraction is possible

Meta