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