Click or drag to resize

ScriptExecutionBaseRound Method

Overload List
 NameDescription
Public methodStatic memberRound(DataColumn) Rounds each element of a data column.
Public methodStatic memberRound(Double)Rounds a double-precision floating-point value to the nearest integral value, and rounds midpoint values to the nearest even number.
Public methodStatic memberRound(DoubleColumn) Rounds each element of a DoubleColumn.
Public methodStatic memberRound(DataColumn, DataColumn) Rounds elements of a data column using element-wise precision from another column.
Public methodStatic memberRound(DataColumn, Int32) Rounds each element of a data column to the specified number of digits.
Public methodStatic memberRound(Double, DataColumn) Rounds a scalar using element-wise precision from a data column.
Public methodStatic memberRound(Double, DoubleColumn) Rounds a scalar value using element-wise precision values from a DoubleColumn.
Public methodStatic memberRound(Double, Int32)Rounds a double-precision floating-point value to a specified number of fractional digits, and rounds midpoint values to the nearest even number.
Public methodStatic memberRound(DoubleColumn, DoubleColumn) Rounds elements of a DoubleColumn using element-wise precision values.
Public methodStatic memberRound(DoubleColumn, Int32) Rounds each element of a DoubleColumn to the specified number of digits.
Top
See Also