min method

int min ()

Implementation

int min() {
  return _op(bindings.obx_query_prop_min_int);
}