xMax property

double xMax

The x maximum value for the envelope.

Returns NAN if an error occurs.

Implementation

double get xMax {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Envelope_getXMax(
      _handle,
      errorHandler,
    );
  });
}