to

Converts x to the specified binary floating point type rounded if necessary by mode

  1. T to(D x, RoundingMode mode)
  2. F to(D x, RoundingMode mode)
    F
    to
    (
    F
    D
    )
    (
    auto const ref D x
    ,)
    if (
    isFloatingPoint!F &&
    )

Throws

Meta