round

Computes the nearest integer value, rounded away from 0.

Parameters

x double

The value

Return Value

Type: double

The nearest integer value to x.

Meta