MathLibSetSkipWinsAfterArtifact method

int MathLibSetSkipWinsAfterArtifact(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. int nwins,
  3. Pointer<NativeOpStatus> opResult
)

Implementation

int MathLibSetSkipWinsAfterArtifact(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  int nwins,
  ffi.Pointer<NativeOpStatus> opResult,
) {
  return _MathLibSetSkipWinsAfterArtifact(
    mathLibPtr,
    nwins,
    opResult,
  );
}