setZeroSpectWaves method
Implementation
void setZeroSpectWaves(bool active, int delta, int theta, int alpha, int beta, int gamma) {
_usingOp((arena, opStatus) {
bindings.MathLibSetZeroSpectWaves(_pointer, active, delta, theta, alpha, beta, gamma, opStatus);
opStatus.ref.throwIfNotSuccessful();
});
}