getMax method

double getMax()

Maximum value of the parameter.

Implementation

double getMax () {
  return DecString.doubleFromDecString(_native.upper);
}