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