max method

int max ()

Implementation

int max() {
  return _op(bindings.obx_query_prop_max_int);
}