getMin method

double getMin()

Minimum value of the parameter.

Implementation

double getMin () {
  return DecString.doubleFromDecString(_native.lower);
}