round

  1. T round(T val)
  2. T round(T x)
  3. T round(T x)
    version(!LDC && !GNU)
    static if(__VERSION__ >= 2082)
    T
    round
    (
    T
    )
    (
    in T x
    )
    if (
    isFloatingPoint!T
    )
  4. T round(T x)

Meta