mMax property

double? mMax

The m maximum value for the envelope.

Returns NAN if an error occurs.

Implementation

double? get mMax {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Envelope_getMMaxNullable(_handle, errorHandler);
  });
}