MathLibReadTotalPowFromArtifacts method

int MathLibReadTotalPowFromArtifacts(
  1. Pointer<NativeMathLib> mathLibPtr,
  2. Pointer<Double> total_pow_left,
  3. Pointer<Double> total_pow_right,
  4. Pointer<NativeEMOpStatus> opResult,
)

Implementation

int MathLibReadTotalPowFromArtifacts(
  ffi.Pointer<NativeMathLib> mathLibPtr,
  ffi.Pointer<ffi.Double> total_pow_left,
  ffi.Pointer<ffi.Double> total_pow_right,
  ffi.Pointer<NativeEMOpStatus> opResult,
) {
  return _MathLibReadTotalPowFromArtifacts(
    mathLibPtr,
    total_pow_left,
    total_pow_right,
    opResult,
  );
}