rint function

Syntax

  • float rint(float value)

Returns

The rounded integer value of value. If value is integral, value is returned.

Description

These function rounds value to the nearest integer.

Related


In this topic