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