[]
Rounds a numeric value to the specified number of decimal places using an optional rounding mode.
public static object Round(List<IExpression> source)
Public Shared Function Round(source As List(Of IExpression)) As Object
| Type | Name | Description |
|---|---|---|
| List<IExpression> | source | An array of arguments:
Nearest modes (round to the nearest value; differ only on exact ties):
Directed modes (always round in a fixed direction):
|
| Type | Description |
|---|---|
| object |