public ModularIndex(ModularType Type, UInt64 Lower, UInt64 Upper) : this(Type, new Range <UInt64>(Lower, Upper)) { }
public ModularIndex(ModularType Type, Range <UInt64> Range) : this(Type) { this.Range = Range; }
public ModularIndex(ModularType Type) { this.Type = Type; }