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