MathLibSetSpectNormalizationByCoeffs method

int MathLibSetSpectNormalizationByCoeffs(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. bool fl,
  3. Pointer<NativeOpStatus> opResult
)

Implementation

int MathLibSetSpectNormalizationByCoeffs(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  bool fl,
  ffi.Pointer<NativeOpStatus> opResult,
) {
  return _MathLibSetSpectNormalizationByCoeffs(
    mathLibPtr,
    fl,
    opResult,
  );
}