trunc

Undocumented in source.
  1. T trunc(T val)
    version(LDC)
    nothrow @nogc pure @safe pragma(LDC_intrinsic, "llvm.trunc.f#")
    T
    trunc
    (
    T
    )
    (
    in T val
    )
    if (
    isFloatingPoint!T
    )
  2. T trunc(T x)
  3. T trunc(T x)
  4. T trunc(T x)

Meta