Пример #1
0
 public static double GetRightValue(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetRightValue(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetRightValue(cursor));
     }
 }