Cassandra\Numeric::sub PHP Method

sub() public method

public sub ( cassandra\Numeric $subtrahend ) : cassandra\Numeric
$subtrahend cassandra\Numeric a number to subtract from this one
return cassandra\Numeric difference
    function sub(Numeric $subtrahend);