MpQ.opAssign

Construct from floating-point value.

  1. MpQ opAssign(P value)
    struct MpQ
    pure nothrow pragma(inline, true) @nogc ref @trusted scope return
    opAssign
    (
    P
    )
    ()
    if (
    __traits(isFloating, P)
    )
  2. MpQ opAssign(P value)

Meta