Ejemplo n.º 1
0
 public ModularIndex(ModularType Type, UInt64 Lower, UInt64 Upper) : this(Type, new Range <UInt64>(Lower, Upper))
 {
 }
Ejemplo n.º 2
0
 public ModularIndex(ModularType Type, Range <UInt64> Range) : this(Type) {
     this.Range = Range;
 }
Ejemplo n.º 3
0
 public ModularIndex(ModularType Type)
 {
     this.Type = Type;
 }