mMin property
The m minimum value for the envelope.
Returns NAN if an error occurs.
Implementation
double? get mMin {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Envelope_getMMinNullable(
_handle,
errorHandler,
);
});
}