84 num6 = ((!(
num7 < 1
E-15) && !(
num6 < 0.0)) ? (
num6 / (
double)(num * (num - 1))) : 0.0);
95 ushort
num2 = ushort.MaxValue;
136 for (
int i = 0; i <
records.Length; i++)
158 if (num == 0 ||
num2 == 0)
184 return num.CompareTo((ushort)
value);
static unsafe void Copy(Array sourceArray, Array destinationArray, int length)
void SetNullStorage(BitArray nullbits)
int CompareBits(int recordNo1, int recordNo2)
bool HasValue(int recordNo)
void SetNullBit(int recordNo, bool flag)
void CopyBits(int srcRecordNo, int dstRecordNo)
object GetBits(int recordNo)
readonly object _nullValue
override object ConvertValue(object value)
override string ConvertObjectToXml(object value)
override object Aggregate(int[] records, AggregateType kind)
override int Compare(int recordNo1, int recordNo2)
override void Copy(int recordNo1, int recordNo2)
override object ConvertXmlToObject(string s)
UInt16Storage(DataColumn column)
override void SetStorage(object store, BitArray nullbits)
override object GetEmptyStorage(int recordCount)
override void SetCapacity(int capacity)
override object Get(int record)
override int CompareValueTo(int recordNo, object value)
override void Set(int record, object value)
override void CopyValue(int record, object store, BitArray nullbits, int storeIndex)
static Exception AggregateException(AggregateType aggregateType, Type type)
static Exception Overflow(Type type)
static byte Min(byte val1, byte val2)
static double Sqrt(double d)
static byte Max(byte val1, byte val2)
static string ToString(bool value)
static ushort ToUInt16(string s)