Click or drag to resize

DoubleColumnPow Method

Overload List
 NameDescription
Public methodStatic memberPow(Double, DoubleColumn) Applies Pow(Double, Double) to a scalar base with element-wise exponents from a double column.
Public methodStatic memberPow(DoubleColumn, DoubleColumn) Applies Pow(Double, Double) element-wise to two double columns.
Public methodStatic memberPow(DoubleColumn, Double) Applies Pow(Double, Double) to a double column with a scalar exponent.
Public methodStatic memberPow(DoubleColumn, Int32) Raises each element of a double column to the specified integer power.
Top
See Also