Cassandra\Numeric::add PHP Méthode

add() public méthode

public add ( cassandra\Numeric $addend ) : cassandra\Numeric
$addend cassandra\Numeric a number to add to this one
Résultat cassandra\Numeric sum
    function add(Numeric $addend);