VMS Help  —  CRTL  lround
    Rounds to the nearest integer value, rounding halfway cases away
    from zero regardless of the current rounding direction.

    This function is OpenVMS Alpha and Integrity servers only.

    Format

      #include  <math.h>

      long lround  (double x);

      long lroundf  (float x);

      long lroundl  (long double x);
Additional Information: explode extract
Argument Description Return Values
Close Help