VMS Help  —  CRTL  llrint
    Rounds to the nearest integer value, using the current rounding
    direction, and casts to long long integer.

    Format

    #include <math.h>

    long long int llrint (double x);

    long long int llrintf (float x);

    long long int llrintl (long double x);
Additional Information: explode extract
Argument Description Return Value
Close Help