Example #1
0
 internal static extern double Divide(MyMathFuncsSafeHandle ptr, double a, double b);
Example #2
0
 internal static extern double Multiply(MyMathFuncsSafeHandle ptr, double a, double b);
Example #3
0
 public MyMathFuncs()
 {
     handle = MyMathFuncsWrapper.CreateMyMathFuncs();
 }
Example #4
0
 internal static extern double Subtract(MyMathFuncsSafeHandle ptr, double a, double b);
Example #5
0
 internal static extern void DisposeMyMathFuncs(MyMathFuncsSafeHandle ptr);