| Name | Description |
---|
  | Abs(DataColumn) | |
  | Abs(Double) | |
  | Abs(DoubleColumn) | |
  | Acos(DataColumn) | |
  | Acos(Double) | |
  | Acos(DoubleColumn) | |
  | Asin(DataColumn) | |
  | Asin(Double) | |
  | Asin(DoubleColumn) | |
  | Atan(DataColumn) | |
  | Atan(Double) | |
  | Atan(DoubleColumn) | |
  | Atan2(DataColumn, DataColumn) | |
  | Atan2(DataColumn, Double) | |
  | Atan2(Double, DataColumn) | |
  | Atan2(Double, DoubleColumn) | |
  | Atan2(Double, Double) | |
  | Atan2(DoubleColumn, DoubleColumn) | |
  | Atan2(DoubleColumn, Double) | |
  | Ceiling(DataColumn) | |
  | Ceiling(Double) | |
  | Ceiling(DoubleColumn) | |
 | CombinePath |
Combines a path with a name to form a full name.
|
  | Cos(DataColumn) | |
  | Cos(Double) | |
  | Cos(DoubleColumn) | |
  | Cosh(DataColumn) | |
  | Cosh(Double) | |
  | Cosh(DoubleColumn) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
  | Exp(DataColumn) | |
  | Exp(Double) | |
  | Exp(DoubleColumn) | |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
  | Floor(DataColumn) | |
  | Floor(Double) | |
  | Floor(DoubleColumn) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
  | IEEERemainder(DataColumn, DataColumn) | |
  | IEEERemainder(DataColumn, Double) | |
  | IEEERemainder(Double, DataColumn) | |
  | IEEERemainder(Double, DoubleColumn) | |
  | IEEERemainder(Double, Double) | |
  | IEEERemainder(DoubleColumn, DoubleColumn) | |
  | IEEERemainder(DoubleColumn, Double) | |
  | Log(DataColumn) | |
  | Log(Double) | |
  | Log(DoubleColumn) | |
  | Log(DataColumn, DataColumn) | |
  | Log(DataColumn, Double) | |
  | Log(Double, DataColumn) | |
  | Log(Double, DoubleColumn) | |
  | Log(Double, Double) | |
  | Log(DoubleColumn, DoubleColumn) | |
  | Log(DoubleColumn, Double) | |
  | Log10(DataColumn) | |
  | Log10(Double) | |
  | Log10(DoubleColumn) | |
  | Map(FuncDouble, Double, DataColumn) | Applies the specified unary function to each element in column x. |
  | Map(FuncDouble, Double, DoubleColumn) | Applies the specified unary function to each element in column x. |
  | Map(FuncDouble, Double, Double, DataColumn, DataColumn) | Applies the specified binary function to each element in column x and column y. |
  | Map(FuncDouble, Double, Double, DataColumn, Double) | Applies the specified binary function to each element in column x and to paramenter y. |
  | Map(FuncDouble, Double, Double, DoubleColumn, DoubleColumn) | Applies the specified binary function to each element in column x and column y. |
  | Map(FuncDouble, Double, Double, DoubleColumn, Double) | Applies the specified binary function to each element in column x and to paramenter y. |
  | Map(FuncDouble, Double, Double, Double, DataColumn) | Applies the specified binary function to the specified number x and to each element in column x. |
  | Map(FuncDouble, Double, Double, Double, DoubleColumn) | Applies the specified binary function to the specified number x and to each element in column x. |
  | Max(DataColumn, DataColumn) | |
  | Max(DataColumn, Double) | |
  | Max(Double, DataColumn) | |
  | Max(Double, DoubleColumn) | |
  | Max(Double, Double) | |
  | Max(DoubleColumn, DoubleColumn) | |
  | Max(DoubleColumn, Double) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
  | Min(DataColumn, DataColumn) | |
  | Min(DataColumn, Double) | |
  | Min(Double, DataColumn) | |
  | Min(Double, DoubleColumn) | |
  | Min(Double, Double) | |
  | Min(DoubleColumn, DoubleColumn) | |
  | Min(DoubleColumn, Double) | |
  | Pow(DataColumn, DataColumn) | |
  | Pow(DataColumn, Double) | |
  | Pow(DataColumn, Int32) | Calculates the ith power of each element of x. |
  | Pow(Double, DataColumn) | |
  | Pow(Double, DoubleColumn) | |
  | Pow(Double, Double) | |
  | Pow(Double, Int32) | Calculates the number x raised to the specified power i. |
  | Pow(DoubleColumn, DoubleColumn) | |
  | Pow(DoubleColumn, Double) | |
  | Pow(DoubleColumn, Int32) | Calculates the ith power of each element of x. |
  | Pow2(DataColumn) | Calculates the 2nd power of each element of x (square). |
  | Pow2(Double) | Calculates the 2nd power of x (square of x). |
  | Pow2(DoubleColumn) | Calculates the 2nd power of each element of x (square). |
  | Pow3(DataColumn) | Calculates the 3rd power of each element of x (cube). |
  | Pow3(Double) | Calculates the 3rd power of x (cube of x). |
  | Pow3(DoubleColumn) | Calculates the 3rd power of each element of x (cube). |
  | Pow4(DataColumn) | Calculates the 4th power of each element of x. |
  | Pow4(Double) | Calculates the 4th power of x. |
  | Pow4(DoubleColumn) | Calculates the 4th power of each element of x. |
  | Pow5(DataColumn) | Calculates the 5th power of each element of x. |
  | Pow5(Double) | Calculates the 5th power of x. |
  | Pow5(DoubleColumn) | Calculates the 5th power of each element of x. |
  | Pow6(DataColumn) | Calculates the 6th power of each element of x. |
  | Pow6(Double) | Calculates the 6th power of x. |
  | Pow6(DoubleColumn) | Calculates the 6th power of each element of x. |
  | Pow7(DataColumn) | Calculates the 7th power of each element of x. |
  | Pow7(Double) | Calculates the 7th power of x. |
  | Pow7(DoubleColumn) | Calculates the 7th power of each element of x. |
  | Pow8(DataColumn) | Calculates the 8th power of each element of x. |
  | Pow8(Double) | Calculates the 8th power of x. |
  | Pow8(DoubleColumn) | Calculates the 8th power of each element of x. |
  | Pow9(DataColumn) | Calculates the 9th power of each element of x. |
  | Pow9(Double) | Calculates the 9th power of x. |
  | Pow9(DoubleColumn) | Calculates the 9th power of each element of x. |
  | Round(DataColumn) | |
  | Round(Double) | |
  | Round(DoubleColumn) | |
  | Round(DataColumn, DataColumn) | |
  | Round(DataColumn, Int32) | |
  | Round(Double, DataColumn) | |
  | Round(Double, DoubleColumn) | |
  | Round(Double, Int32) | |
  | Round(DoubleColumn, DoubleColumn) | |
  | Round(DoubleColumn, Int32) | |
  | Sign(DataColumn) | |
  | Sign(Double) | |
  | Sign(DoubleColumn) | |
  | Sin(DataColumn) | |
  | Sin(Double) | |
  | Sin(DoubleColumn) | |
  | Sinh(DataColumn) | |
  | Sinh(Double) | |
  | Sinh(DoubleColumn) | |
  | Sqrt(DataColumn) | |
  | Sqrt(Double) | |
  | Sqrt(DoubleColumn) | |
  | Square | Calculates the 2nd power of each element of x (square). |
  | Tan(DataColumn) | |
  | Tan(Double) | |
  | Tan(DoubleColumn) | |
  | Tanh(DataColumn) | |
  | Tanh(Double) | |
  | Tanh(DoubleColumn) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |