Double |
| Name | Description | |
|---|---|---|
| Round(DoubleColumn) | Applies Round(Double) to each element of a double column. | |
| Round(Double, DoubleColumn) | Applies Round(Double, Int32) to a scalar value with element-wise precision values from a double column. | |
| Round(DoubleColumn, DoubleColumn) | Applies Round(Double, Int32) to a double column with element-wise precision values from another column. | |
| Round(DoubleColumn, Int32) | Applies Round(Double, Int32) to a double column with a scalar precision. |