Method Round
Round()
Composes a function that rounds this function's field result, point-wise, to the nearest integer.
Declaration
public ContinuousFieldFunction Round()
Returns
| Type | Description |
|---|---|
| ContinuousFieldFunction | A function that rounds this function's field result to the nearest integer. |
Remarks
Ties are rounded towards the even integer across its extent. The function result has no data where this function's field result has no data.
The function result extent equals that of this function's field result.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |