예제 #1
0
 // Max is never used with a table! Here for completeness, tho
 public static double Max(ByTable numbers)
 {
     Logger.DebugMajor("num->max-tbl");
     return(0);
 }
예제 #2
0
 protected virtual void list_init_clone(ByTable src)
 {
     list = src.__GetEnumerationList(null);
 }
예제 #3
0
 public static double Min(ByTable numbers)           // TODO
 {
     Logger.DebugMajor("num->min-tbl");
     return(0);
 }