Cassandra\Tinyint::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
    public function sub(Numeric $subtrahend)
    {
    }