Example #1
0
 public static bool IsNegativeZero(this double self)
 {
     return(DoubleUtils.IsNegativeZero(self));
 }