Example #1
0
 public minQFunction() : base("worstQ", VarType.Int32, VarType.ArrayOf(VarType.Anything))
 {
 }
Example #2
0
 public maxQFunction() : base("bestQ", VarType.Int32, VarType.ArrayOf(VarType.Anything))
 {
 }