public static bool LessThanObjDouble(object a, double b)
 {
     return(PSBinaryComparison.LessThanObjDouble(a, b));
 }