max method

double max ()

Implementation

double max() {
  return _op(bindings.obx_query_prop_max);
}