Script |
public class ScriptExecutionBase
The ScriptExecutionBase type exposes the following members.
| Name | Description | |
|---|---|---|
| ScriptExecutionBase | Initializes a new instance of the ScriptExecutionBase class |
| Name | Description | |
|---|---|---|
| Abs(DataColumn) | Applies absolute value to a numeric data column. | |
| Abs(Double) | Returns the absolute value of a double-precision floating-point number. | |
| Abs(DoubleColumn) | Applies absolute value to a DoubleColumn. | |
| Acos(DataColumn) | Applies arc cosine to a numeric data column. | |
| Acos(Double) | Returns the angle whose cosine is the specified number. | |
| Acos(DoubleColumn) | Applies arc cosine to a DoubleColumn. | |
| Asin(DataColumn) | Applies arc sine to a numeric data column. | |
| Asin(Double) | Returns the angle whose sine is the specified number. | |
| Asin(DoubleColumn) | Applies arc sine to a DoubleColumn. | |
| Atan(DataColumn) | Applies arc tangent to a numeric data column. | |
| Atan(Double) | Returns the angle whose tangent is the specified number. | |
| Atan(DoubleColumn) | Applies arc tangent to a DoubleColumn. | |
| Atan2(DataColumn, DataColumn) | Applies Atan2(Double, Double) to two numeric data columns. | |
| Atan2(DataColumn, Double) | Applies Atan2(Double, Double) to a data column and a scalar. | |
| Atan2(Double, DataColumn) | Applies Atan2(Double, Double) to a scalar and a data column. | |
| Atan2(Double, DoubleColumn) | Applies Atan2(Double, Double) to a scalar and a DoubleColumn. | |
| Atan2(Double, Double) | Returns the angle whose tangent is the quotient of two specified numbers. | |
| Atan2(DoubleColumn, DoubleColumn) | Applies Atan2(Double, Double) to two DoubleColumn instances. | |
| Atan2(DoubleColumn, Double) | Applies Atan2(Double, Double) to a DoubleColumn and a scalar. | |
| Ceiling(DataColumn) | Applies Ceiling(Double) to a data column. | |
| Ceiling(Double) | Returns the smallest integral value that is greater than or equal to the specified double-precision floating-point number. | |
| Ceiling(DoubleColumn) | Applies Ceiling(Double) to a DoubleColumn. | |
| CombinePath | Combines a path with a name to form a full name. | |
| Cos(DataColumn) | Applies Cos(Double) to a data column. | |
| Cos(Double) | Returns the cosine of the specified angle. | |
| Cos(DoubleColumn) | Applies cosine to a DoubleColumn. | |
| Cosh(DataColumn) | Applies Cosh(Double) to a data column. | |
| Cosh(Double) | Returns the hyperbolic cosine of the specified angle. | |
| Cosh(DoubleColumn) | Applies hyperbolic cosine to a DoubleColumn. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Exp(DataColumn) | Applies Exp(Double) to a data column. | |
| Exp(Double) | Returns e raised to the specified power. | |
| Exp(DoubleColumn) | Applies exponentiation to a 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) | Applies Floor(Double) to a data column. | |
| Floor(Double) | Returns the largest integral value less than or equal to the specified double-precision floating-point number. | |
| Floor(DoubleColumn) | Applies Floor(Double) to a 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) | Applies IEEERemainder(Double, Double) to two data columns. | |
| IEEERemainder(DataColumn, Double) | Applies IEEERemainder(Double, Double) to a data column and a scalar. | |
| IEEERemainder(Double, DataColumn) | Applies IEEERemainder(Double, Double) to a scalar and a data column. | |
| IEEERemainder(Double, DoubleColumn) | Applies IEEERemainder(Double, Double) to a scalar and a DoubleColumn. | |
| IEEERemainder(Double, Double) | Returns the remainder resulting from the division of a specified number by another specified number. | |
| IEEERemainder(DoubleColumn, DoubleColumn) | Applies IEEERemainder(Double, Double) to two DoubleColumn instances. | |
| IEEERemainder(DoubleColumn, Double) | Applies IEEERemainder(Double, Double) to a DoubleColumn and a scalar. | |
| Log(DataColumn) | Applies the natural logarithm to a data column. | |
| Log(Double) | Returns the natural (base e) logarithm of a specified number. | |
| Log(DoubleColumn) | Applies the natural logarithm to a DoubleColumn. | |
| Log(DataColumn, DataColumn) | Applies logarithm evaluation to two data columns. | |
| Log(DataColumn, Double) | Applies logarithm evaluation to a data column and a scalar. | |
| Log(Double, DataColumn) | Applies logarithm evaluation to a scalar and a data column. | |
| Log(Double, DoubleColumn) | Applies logarithm evaluation to a scalar and a DoubleColumn base. | |
| Log(Double, Double) | Returns the logarithm of a specified number in a specified base. | |
| Log(DoubleColumn, DoubleColumn) | Applies logarithm evaluation to two DoubleColumn instances. | |
| Log(DoubleColumn, Double) | Applies logarithm evaluation to a DoubleColumn and a scalar base. | |
| Log10(DataColumn) | Applies the base-10 logarithm to a data column. | |
| Log10(Double) | Returns the base 10 logarithm of a specified number. | |
| Log10(DoubleColumn) | Applies the base-10 logarithm to a 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) | Computes the element-wise maximum of two data columns. | |
| Max(DataColumn, Double) | Computes the element-wise maximum of a data column and a scalar. | |
| Max(Double, DataColumn) | Computes the element-wise maximum of a scalar and a data column. | |
| Max(Double, DoubleColumn) | Computes the element-wise maximum of a scalar and a DoubleColumn. | |
| Max(Double, Double) | Returns the larger of two double-precision floating-point numbers. | |
| Max(DoubleColumn, DoubleColumn) | Computes the element-wise maximum of two DoubleColumn instances. | |
| Max(DoubleColumn, Double) | Computes the element-wise maximum of a DoubleColumn and a scalar. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| Min(DataColumn, DataColumn) | Computes the element-wise minimum of two data columns. | |
| Min(DataColumn, Double) | Computes the element-wise minimum of a data column and a scalar. | |
| Min(Double, DataColumn) | Computes the element-wise minimum of a scalar and a data column. | |
| Min(Double, DoubleColumn) | Computes the element-wise minimum of a scalar and a DoubleColumn. | |
| Min(Double, Double) | Returns the smaller of two double-precision floating-point numbers. | |
| Min(DoubleColumn, DoubleColumn) | Computes the element-wise minimum of two DoubleColumn instances. | |
| Min(DoubleColumn, Double) | Computes the element-wise minimum of a DoubleColumn and a scalar. | |
| Pow(DataColumn, DataColumn) | Applies element-wise power evaluation to two data columns. | |
| Pow(DataColumn, Double) | Raises each element of a data column to a scalar power. | |
| Pow(DataColumn, Int32) | Calculates the ith power of each element of x. | |
| Pow(Double, DataColumn) | Raises a scalar base to element-wise powers from a data column. | |
| Pow(Double, DoubleColumn) | Raises a scalar base to element-wise powers from a DoubleColumn. | |
| Pow(Double, Double) | Returns a specified number raised to the specified power. | |
| Pow(Double, Int32) | Calculates the number x raised to the specified power i. | |
| Pow(DoubleColumn, DoubleColumn) | Applies element-wise power evaluation to two DoubleColumn instances. | |
| Pow(DoubleColumn, Double) | Raises each element of a DoubleColumn to a scalar power. | |
| 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) | Rounds each element of a data column. | |
| Round(Double) | Rounds a double-precision floating-point value to the nearest integral value, and rounds midpoint values to the nearest even number. | |
| Round(DoubleColumn) | Rounds each element of a DoubleColumn. | |
| Round(DataColumn, DataColumn) | Rounds elements of a data column using element-wise precision from another column. | |
| Round(DataColumn, Int32) | Rounds each element of a data column to the specified number of digits. | |
| Round(Double, DataColumn) | Rounds a scalar using element-wise precision from a data column. | |
| Round(Double, DoubleColumn) | Rounds a scalar value using element-wise precision values from a DoubleColumn. | |
| Round(Double, Int32) | Rounds a double-precision floating-point value to a specified number of fractional digits, and rounds midpoint values to the nearest even number. | |
| Round(DoubleColumn, DoubleColumn) | Rounds elements of a DoubleColumn using element-wise precision values. | |
| Round(DoubleColumn, Int32) | Rounds each element of a DoubleColumn to the specified number of digits. | |
| Sign(DataColumn) | Applies sign evaluation to a data column. | |
| Sign(Double) | Returns an integer that indicates the sign of a double-precision floating-point number. | |
| Sign(DoubleColumn) | Applies sign evaluation to a DoubleColumn. | |
| Sin(DataColumn) | Applies Sin(Double) to a data column. | |
| Sin(Double) | Returns the sine of the specified angle. | |
| Sin(DoubleColumn) | Applies sine to a DoubleColumn. | |
| Sinh(DataColumn) | Applies Sinh(Double) to a data column. | |
| Sinh(Double) | Returns the hyperbolic sine of the specified angle. | |
| Sinh(DoubleColumn) | Applies hyperbolic sine to a DoubleColumn. | |
| Sqrt(DataColumn) | Applies Sqrt(Double) to a data column. | |
| Sqrt(Double) | Returns the square root of a specified number. | |
| Sqrt(DoubleColumn) | Applies square root to a DoubleColumn. | |
| Square | Calculates the 2nd power of each element of x (square). | |
| Tan(DataColumn) | Applies Tan(Double) to a data column. | |
| Tan(Double) | Returns the tangent of the specified angle. | |
| Tan(DoubleColumn) | Applies tangent to a DoubleColumn. | |
| Tanh(DataColumn) | Applies Tanh(Double) to a data column. | |
| Tanh(Double) | Returns the hyperbolic tangent of the specified angle. | |
| Tanh(DoubleColumn) | Applies hyperbolic tangent to a DoubleColumn. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |