yMax property
The y maximum value for the envelope.
Returns NAN if an error occurs.
Implementation
double get yMax {
return _withThrowingErrorHandler((errorHandler) {
return runtimecore.RT_Envelope_getYMax(
_handle,
errorHandler,
);
});
}