MathLibReadRawSpectralVals method
int
MathLibReadRawSpectralVals(
- Pointer<
NativeMathLib> mathLibPtr, - Pointer<
NativeRawSpectVals> raw_spectral_vals, - Pointer<
NativeOpStatus> opResult
Implementation
int MathLibReadRawSpectralVals(
ffi.Pointer<NativeMathLib> mathLibPtr,
ffi.Pointer<NativeRawSpectVals> raw_spectral_vals,
ffi.Pointer<NativeOpStatus> opResult,
) {
return _MathLibReadRawSpectralVals(
mathLibPtr,
raw_spectral_vals,
opResult,
);
}