예제 #1
0
 public static bool LessThanObjDouble(object a, double b)
 {
     return(PSBinaryComparison.LessThanObjDouble(a, b));
 }