Exemplo n.º 1
0
 public static double GetLeftValue(int cursor)
 {
     if (Environment.Is64BitProcess)
     {
         return(OlapNativeImports64.GetLeftValue(cursor));
     }
     else
     {
         return(OlapNativeImports32.GetLeftValue(cursor));
     }
 }