Click or drag to resize

ScriptExecutionBase Methods

The ScriptExecutionBase type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbs(DataColumn) Applies absolute value to a numeric data column.
Public methodStatic memberAbs(Double)Returns the absolute value of a double-precision floating-point number.
Public methodStatic memberAbs(DoubleColumn) Applies absolute value to a DoubleColumn.
Public methodStatic memberAcos(DataColumn) Applies arc cosine to a numeric data column.
Public methodStatic memberAcos(Double)Returns the angle whose cosine is the specified number.
Public methodStatic memberAcos(DoubleColumn) Applies arc cosine to a DoubleColumn.
Public methodStatic memberAsin(DataColumn) Applies arc sine to a numeric data column.
Public methodStatic memberAsin(Double)Returns the angle whose sine is the specified number.
Public methodStatic memberAsin(DoubleColumn) Applies arc sine to a DoubleColumn.
Public methodStatic memberAtan(DataColumn) Applies arc tangent to a numeric data column.
Public methodStatic memberAtan(Double)Returns the angle whose tangent is the specified number.
Public methodStatic memberAtan(DoubleColumn) Applies arc tangent to a DoubleColumn.
Public methodStatic memberAtan2(DataColumn, DataColumn) Applies Atan2(Double, Double) to two numeric data columns.
Public methodStatic memberAtan2(DataColumn, Double) Applies Atan2(Double, Double) to a data column and a scalar.
Public methodStatic memberAtan2(Double, DataColumn) Applies Atan2(Double, Double) to a scalar and a data column.
Public methodStatic memberAtan2(Double, DoubleColumn) Applies Atan2(Double, Double) to a scalar and a DoubleColumn.
Public methodStatic memberAtan2(Double, Double)Returns the angle whose tangent is the quotient of two specified numbers.
Public methodStatic memberAtan2(DoubleColumn, DoubleColumn) Applies Atan2(Double, Double) to two DoubleColumn instances.
Public methodStatic memberAtan2(DoubleColumn, Double) Applies Atan2(Double, Double) to a DoubleColumn and a scalar.
Public methodStatic memberCeiling(DataColumn) Applies Ceiling(Double) to a data column.
Public methodStatic memberCeiling(Double)Returns the smallest integral value that is greater than or equal to the specified double-precision floating-point number.
Public methodStatic memberCeiling(DoubleColumn) Applies Ceiling(Double) to a DoubleColumn.
Public methodCombinePath Combines a path with a name to form a full name.
Public methodStatic memberCos(DataColumn) Applies Cos(Double) to a data column.
Public methodStatic memberCos(Double)Returns the cosine of the specified angle.
Public methodStatic memberCos(DoubleColumn) Applies cosine to a DoubleColumn.
Public methodStatic memberCosh(DataColumn) Applies Cosh(Double) to a data column.
Public methodStatic memberCosh(Double)Returns the hyperbolic cosine of the specified angle.
Public methodStatic memberCosh(DoubleColumn) Applies hyperbolic cosine to a DoubleColumn.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberExp(DataColumn) Applies Exp(Double) to a data column.
Public methodStatic memberExp(Double)Returns e raised to the specified power.
Public methodStatic memberExp(DoubleColumn) Applies exponentiation to a DoubleColumn.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFloor(DataColumn) Applies Floor(Double) to a data column.
Public methodStatic memberFloor(Double)Returns the largest integral value less than or equal to the specified double-precision floating-point number.
Public methodStatic memberFloor(DoubleColumn) Applies Floor(Double) to a DoubleColumn.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberIEEERemainder(DataColumn, DataColumn) Applies IEEERemainder(Double, Double) to two data columns.
Public methodStatic memberIEEERemainder(DataColumn, Double) Applies IEEERemainder(Double, Double) to a data column and a scalar.
Public methodStatic memberIEEERemainder(Double, DataColumn) Applies IEEERemainder(Double, Double) to a scalar and a data column.
Public methodStatic memberIEEERemainder(Double, DoubleColumn) Applies IEEERemainder(Double, Double) to a scalar and a DoubleColumn.
Public methodStatic memberIEEERemainder(Double, Double)Returns the remainder resulting from the division of a specified number by another specified number.
Public methodStatic memberIEEERemainder(DoubleColumn, DoubleColumn) Applies IEEERemainder(Double, Double) to two DoubleColumn instances.
Public methodStatic memberIEEERemainder(DoubleColumn, Double) Applies IEEERemainder(Double, Double) to a DoubleColumn and a scalar.
Public methodStatic memberLog(DataColumn) Applies the natural logarithm to a data column.
Public methodStatic memberLog(Double)Returns the natural (base e) logarithm of a specified number.
Public methodStatic memberLog(DoubleColumn) Applies the natural logarithm to a DoubleColumn.
Public methodStatic memberLog(DataColumn, DataColumn) Applies logarithm evaluation to two data columns.
Public methodStatic memberLog(DataColumn, Double) Applies logarithm evaluation to a data column and a scalar.
Public methodStatic memberLog(Double, DataColumn) Applies logarithm evaluation to a scalar and a data column.
Public methodStatic memberLog(Double, DoubleColumn) Applies logarithm evaluation to a scalar and a DoubleColumn base.
Public methodStatic memberLog(Double, Double)Returns the logarithm of a specified number in a specified base.
Public methodStatic memberLog(DoubleColumn, DoubleColumn) Applies logarithm evaluation to two DoubleColumn instances.
Public methodStatic memberLog(DoubleColumn, Double) Applies logarithm evaluation to a DoubleColumn and a scalar base.
Public methodStatic memberLog10(DataColumn) Applies the base-10 logarithm to a data column.
Public methodStatic memberLog10(Double)Returns the base 10 logarithm of a specified number.
Public methodStatic memberLog10(DoubleColumn) Applies the base-10 logarithm to a DoubleColumn.
Public methodStatic memberMap(FuncDouble, Double, DataColumn) Applies the specified unary function to each element in column x.
Public methodStatic memberMap(FuncDouble, Double, DoubleColumn) Applies the specified unary function to each element in column x.
Public methodStatic memberMap(FuncDouble, Double, Double, DataColumn, DataColumn) Applies the specified binary function to each element in column x and column y.
Public methodStatic memberMap(FuncDouble, Double, Double, DataColumn, Double) Applies the specified binary function to each element in column x and to paramenter y.
Public methodStatic memberMap(FuncDouble, Double, Double, DoubleColumn, DoubleColumn) Applies the specified binary function to each element in column x and column y.
Public methodStatic memberMap(FuncDouble, Double, Double, DoubleColumn, Double) Applies the specified binary function to each element in column x and to paramenter y.
Public methodStatic memberMap(FuncDouble, Double, Double, Double, DataColumn) Applies the specified binary function to the specified number x and to each element in column x.
Public methodStatic memberMap(FuncDouble, Double, Double, Double, DoubleColumn) Applies the specified binary function to the specified number x and to each element in column x.
Public methodStatic memberMax(DataColumn, DataColumn) Computes the element-wise maximum of two data columns.
Public methodStatic memberMax(DataColumn, Double) Computes the element-wise maximum of a data column and a scalar.
Public methodStatic memberMax(Double, DataColumn) Computes the element-wise maximum of a scalar and a data column.
Public methodStatic memberMax(Double, DoubleColumn) Computes the element-wise maximum of a scalar and a DoubleColumn.
Public methodStatic memberMax(Double, Double)Returns the larger of two double-precision floating-point numbers.
Public methodStatic memberMax(DoubleColumn, DoubleColumn) Computes the element-wise maximum of two DoubleColumn instances.
Public methodStatic memberMax(DoubleColumn, Double) Computes the element-wise maximum of a DoubleColumn and a scalar.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberMin(DataColumn, DataColumn) Computes the element-wise minimum of two data columns.
Public methodStatic memberMin(DataColumn, Double) Computes the element-wise minimum of a data column and a scalar.
Public methodStatic memberMin(Double, DataColumn) Computes the element-wise minimum of a scalar and a data column.
Public methodStatic memberMin(Double, DoubleColumn) Computes the element-wise minimum of a scalar and a DoubleColumn.
Public methodStatic memberMin(Double, Double)Returns the smaller of two double-precision floating-point numbers.
Public methodStatic memberMin(DoubleColumn, DoubleColumn) Computes the element-wise minimum of two DoubleColumn instances.
Public methodStatic memberMin(DoubleColumn, Double) Computes the element-wise minimum of a DoubleColumn and a scalar.
Public methodStatic memberPow(DataColumn, DataColumn) Applies element-wise power evaluation to two data columns.
Public methodStatic memberPow(DataColumn, Double) Raises each element of a data column to a scalar power.
Public methodStatic memberPow(DataColumn, Int32)Calculates the ith power of each element of x.
Public methodStatic memberPow(Double, DataColumn) Raises a scalar base to element-wise powers from a data column.
Public methodStatic memberPow(Double, DoubleColumn) Raises a scalar base to element-wise powers from a DoubleColumn.
Public methodStatic memberPow(Double, Double)Returns a specified number raised to the specified power.
Public methodStatic memberPow(Double, Int32)Calculates the number x raised to the specified power i.
Public methodStatic memberPow(DoubleColumn, DoubleColumn) Applies element-wise power evaluation to two DoubleColumn instances.
Public methodStatic memberPow(DoubleColumn, Double) Raises each element of a DoubleColumn to a scalar power.
Public methodStatic memberPow(DoubleColumn, Int32)Calculates the ith power of each element of x.
Public methodStatic memberPow2(DataColumn)Calculates the 2nd power of each element of x (square).
Public methodStatic memberPow2(Double)Calculates the 2nd power of x (square of x).
Public methodStatic memberPow2(DoubleColumn)Calculates the 2nd power of each element of x (square).
Public methodStatic memberPow3(DataColumn)Calculates the 3rd power of each element of x (cube).
Public methodStatic memberPow3(Double)Calculates the 3rd power of x (cube of x).
Public methodStatic memberPow3(DoubleColumn)Calculates the 3rd power of each element of x (cube).
Public methodStatic memberPow4(DataColumn)Calculates the 4th power of each element of x.
Public methodStatic memberPow4(Double)Calculates the 4th power of x.
Public methodStatic memberPow4(DoubleColumn)Calculates the 4th power of each element of x.
Public methodStatic memberPow5(DataColumn)Calculates the 5th power of each element of x.
Public methodStatic memberPow5(Double)Calculates the 5th power of x.
Public methodStatic memberPow5(DoubleColumn)Calculates the 5th power of each element of x.
Public methodStatic memberPow6(DataColumn)Calculates the 6th power of each element of x.
Public methodStatic memberPow6(Double)Calculates the 6th power of x.
Public methodStatic memberPow6(DoubleColumn)Calculates the 6th power of each element of x.
Public methodStatic memberPow7(DataColumn)Calculates the 7th power of each element of x.
Public methodStatic memberPow7(Double)Calculates the 7th power of x.
Public methodStatic memberPow7(DoubleColumn)Calculates the 7th power of each element of x.
Public methodStatic memberPow8(DataColumn)Calculates the 8th power of each element of x.
Public methodStatic memberPow8(Double)Calculates the 8th power of x.
Public methodStatic memberPow8(DoubleColumn)Calculates the 8th power of each element of x.
Public methodStatic memberPow9(DataColumn)Calculates the 9th power of each element of x.
Public methodStatic memberPow9(Double)Calculates the 9th power of x.
Public methodStatic memberPow9(DoubleColumn)Calculates the 9th power of each element of x.
Public methodStatic memberRound(DataColumn) Rounds each element of a data column.
Public methodStatic memberRound(Double)Rounds a double-precision floating-point value to the nearest integral value, and rounds midpoint values to the nearest even number.
Public methodStatic memberRound(DoubleColumn) Rounds each element of a DoubleColumn.
Public methodStatic memberRound(DataColumn, DataColumn) Rounds elements of a data column using element-wise precision from another column.
Public methodStatic memberRound(DataColumn, Int32) Rounds each element of a data column to the specified number of digits.
Public methodStatic memberRound(Double, DataColumn) Rounds a scalar using element-wise precision from a data column.
Public methodStatic memberRound(Double, DoubleColumn) Rounds a scalar value using element-wise precision values from a DoubleColumn.
Public methodStatic memberRound(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.
Public methodStatic memberRound(DoubleColumn, DoubleColumn) Rounds elements of a DoubleColumn using element-wise precision values.
Public methodStatic memberRound(DoubleColumn, Int32) Rounds each element of a DoubleColumn to the specified number of digits.
Public methodStatic memberSign(DataColumn) Applies sign evaluation to a data column.
Public methodStatic memberSign(Double)Returns an integer that indicates the sign of a double-precision floating-point number.
Public methodStatic memberSign(DoubleColumn) Applies sign evaluation to a DoubleColumn.
Public methodStatic memberSin(DataColumn) Applies Sin(Double) to a data column.
Public methodStatic memberSin(Double)Returns the sine of the specified angle.
Public methodStatic memberSin(DoubleColumn) Applies sine to a DoubleColumn.
Public methodStatic memberSinh(DataColumn) Applies Sinh(Double) to a data column.
Public methodStatic memberSinh(Double)Returns the hyperbolic sine of the specified angle.
Public methodStatic memberSinh(DoubleColumn) Applies hyperbolic sine to a DoubleColumn.
Public methodStatic memberSqrt(DataColumn) Applies Sqrt(Double) to a data column.
Public methodStatic memberSqrt(Double)Returns the square root of a specified number.
Public methodStatic memberSqrt(DoubleColumn) Applies square root to a DoubleColumn.
Public methodStatic memberSquareCalculates the 2nd power of each element of x (square).
Public methodStatic memberTan(DataColumn) Applies Tan(Double) to a data column.
Public methodStatic memberTan(Double)Returns the tangent of the specified angle.
Public methodStatic memberTan(DoubleColumn) Applies tangent to a DoubleColumn.
Public methodStatic memberTanh(DataColumn) Applies Tanh(Double) to a data column.
Public methodStatic memberTanh(Double)Returns the hyperbolic tangent of the specified angle.
Public methodStatic memberTanh(DoubleColumn) Applies hyperbolic tangent to a DoubleColumn.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also