Rational.opCast

Convert to floating point representation.

  1. F opCast()
    struct Rational(SomeIntegral)
    const
    F
    opCast
    (
    F
    )
    ()
    if (
    isFloatingPoint!F
    )
    if (
    isIntegerLike!SomeIntegral
    )
  2. I opCast()
  3. Rational!(SomeIntegral) opBinary(Rhs that)
  4. Rational!(SomeIntegral) opBinary(Rhs that)

Meta