The OpenD Programming Language

Fp.this

  1. this(bool sign, long exponent, UInt!size normalizedCoefficient)
    struct Fp(uint size)
    nothrow
    this
    if (
    size % (uint.sizeof * 8) == 0 &&
    size >= (uint.sizeof * 8)
    )
  2. this(T value, bool normalize)
  3. this(UInt!isize integer, bool normalizedInteger)
  4. this(ulong value)
  5. this(long value)
  6. this(int value)
  7. this(uint value)

Meta