The OpenD Programming Language

NormalizedInt.opEquals

Floating point equality operator.
If rh is outside of the nominal range, rh will not be clamped and comparison will return false.

  1. bool opEquals(NormalizedInt!I rh)
  2. bool opEquals(T rh)
  3. bool opEquals(F rh)
    struct NormalizedInt(I)
    @safe pure nothrow @nogc const
    bool
    opEquals
    (
    F
    )
    (
    F rh
    )

Meta