Creates an ordinal based on the given major and minor.
Creates an ordinal with only the major value
public Ordinal(int);
Creates an ordinal based on the given major and minor.
public Ordinal(int,int,int);
Ordinal Class | JaCIL.Compiler.Instruction Namespace