Script |
| Name | Description | |
|---|---|---|
| Round(DataColumn) | Rounds each element of a data column. | |
| Round(Double) | Rounds a double-precision floating-point value to the nearest integral value, and rounds midpoint values to the nearest even number. | |
| Round(DoubleColumn) | Rounds each element of a DoubleColumn. | |
| Round(DataColumn, DataColumn) | Rounds elements of a data column using element-wise precision from another column. | |
| Round(DataColumn, Int32) | Rounds each element of a data column to the specified number of digits. | |
| Round(Double, DataColumn) | Rounds a scalar using element-wise precision from a data column. | |
| Round(Double, DoubleColumn) | Rounds a scalar value using element-wise precision values from a DoubleColumn. | |
| Round(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. | |
| Round(DoubleColumn, DoubleColumn) | Rounds elements of a DoubleColumn using element-wise precision values. | |
| Round(DoubleColumn, Int32) | Rounds each element of a DoubleColumn to the specified number of digits. |