The OpenD Programming Language

Summator.opCast

Returns Summator with extended internal partial sums.

  1. C opCast()
    struct Summator(T, Summation summation)
    const
    @attr
    C
    opCast
    (
    C : Summator!(P, _summation)
    P
    Summation _summation
    )
    ()
    if (
    _summation == summation &&
    &&
    P.max_exp >= T.max_exp
    &&
    P.mant_dig >= T.mant_dig
    )
  2. C opCast()

Meta