Click or drag to resize

ScriptExecutionBasePow Method

Overload List
 NameDescription
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.
Top
See Also