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