The OpenD Programming Language

NormalizedInt.this

Construct a NormalizedInt from a floating point representation. The value is clamped to the range [min.

  1. this(I value)
  2. this(F value)
    struct NormalizedInt(I)
    @safe pure nothrow @nogc
    this
    (
    F
    )
    ()

Meta