min method

double min ()

Implementation

double min() {
  return _op(bindings.obx_query_prop_min);
}