Click or drag to resize

ScriptExecutionBaseMax Method

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