4 references to x_lInt32Base
System.Data (4)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (4)
103private const double DUINT_BASE = (double)x_lInt32Base; // 2**32 1121dRet = dRet * x_lInt32Base + m_data3; 1122dRet = dRet * x_lInt32Base + m_data2; 1123dRet = dRet * x_lInt32Base + m_data1;