Pinq\IAggregatable::sum PHP Метод

sum() публичный Метод

Returns the sum of the values.
public sum ( callable $function = null ) : integer | double | null
$function callable The function which will return the values.
Результат integer | double | null
    public function sum(callable $function = null);