ValueGst.subtract

Subtracts subtrahend from minuend and stores the result in dest. Note that this means subtraction as in sets, not as in mathematics.

class ValueGst
static
int
subtract

Parameters

dest Value

the destination value for the result if the subtraction is not empty. May be NULL, in which case the resulting set will not be computed, which can give a fair speedup. [out caller-allocates]

minuend Value

the value to subtract from

subtrahend Value

the value to subtract

Return Value

Type: int

TRUE if the subtraction is not empty

Meta