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