84 num6 = ((!(
num7 < 1
E-15) && !(
num6 < 0.0)) ? (
num6 / (
double)(num * (num - 1))) : 0.0);
95 short num2 =
short.MaxValue;
112 short num15 =
short.MinValue;
136 for (
int i = 0; i <
records.Length; i++)
158 if (num == 0 ||
num2 == 0)
184 return num.CompareTo((
short)
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 void CopyValue(int record, object store, BitArray nullbits, int storeIndex)
Int16Storage(DataColumn column)
override object GetEmptyStorage(int recordCount)
override void SetCapacity(int capacity)
override void Set(int record, object value)
override object ConvertValue(object value)
override int CompareValueTo(int recordNo, object value)
override object ConvertXmlToObject(string s)
override object Get(int record)
override object Aggregate(int[] records, AggregateType kind)
override string ConvertObjectToXml(object value)
override void Copy(int recordNo1, int recordNo2)
override void SetStorage(object store, BitArray nullbits)
override int Compare(int recordNo1, int recordNo2)
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 short ToInt16(string s)
static string ToString(bool value)