getFFTWindow method

int getFFTWindow()

Implementation

int getFFTWindow() {
  final result = bindings.SpectrumMathGetFFTWindow(_pointer);
  return result;
}