ValueGst.canSubtract

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

struct ValueGst
static
bool
canSubtract

Parameters

minuend Value

the value to subtract from

subtrahend Value

the value to subtract

Return: %TRUE if a subtraction is possible

Meta