MathLibReadTotalPowFromArtifacts method
int
MathLibReadTotalPowFromArtifacts(
- Pointer<
NativeMathLib> mathLibPtr, - Pointer<
Double> total_pow_left, - Pointer<
Double> total_pow_right, - 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,
);
}