rint function

This 2019.0 documentation has been archived and is no longer updated. Content and links may be outdated. See the latest documentation.

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