| Name | Description |
---|
| 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. |