CustomFloat.opAssign

Assigns from any real compatible type.

  1. void opAssign(F input)
  2. void opAssign(F input)
    struct CustomFloat(uint precision, uint exponentWidth, CustomFloatFlags flags, uint bias)
    void
    opAssign
    (
    F
    )
    ()
    if (
    __traits(compiles, cast(real)input)
    )
    if (
    isCorrectCustomFloat(precision, exponentWidth, flags)
    )

Meta