Beispiel #1
0
 public Entry(string name_, int[] dispatch_, float bigO_, StrictDimensions strictDims, bool devicePriority_) :
     this(name_, dispatch_, bigO_, strictDims.valid, devicePriority_)
 {
     strict = true;
 }
Beispiel #2
0
 public Entry(string name_, int[] dispatch_, float bigO_, StrictDimensions strictDims) :
     this(name_, dispatch_, bigO_, strictDims.valid)
 {
     strict = true;
 }