sum method

int sum ()

Implementation

int sum() {
  return _op(bindings.obx_query_prop_sum_int);
}