Click or drag to resize

ScriptExecutionBaseMap Method

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