JaCIL Framework API

Ordinal Structure

Represents a ranking.

For a list of all members of this type, see Ordinal Members.

System.Object
   System.ValueType
      JaCIL.Compiler.Instruction.Ordinal

public struct Ordinal : IComparable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An ordinal is less than another if and only if its major is less than the other's major, or if both majors are equal and its median is less than the other's median or if both of those values are equal and the minor is less than the other's minor and vice versa. Two ordinals are equal if and only if their majors, medians, and minors are equal.

Note    The major, median, and minor are used like digits and have significance within the compiler's standard implementation.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

Ordinal Members | JaCIL.Compiler.Instruction Namespace