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