Пример #1
0
 public static bool IsNaN (NumberProxy value) {
     throw new InvalidOperationException();
 }
Пример #2
0
 public bool Equals (NumberProxy rhs) {
     throw new InvalidOperationException();
 }
Пример #3
0
 public bool Equals(NumberProxy rhs)
 {
     throw new InvalidOperationException();
 }
Пример #4
0
 public static bool IsNaN(NumberProxy value)
 {
     throw new InvalidOperationException();
 }
Пример #5
0
 public static bool IsNegativeInfinity(NumberProxy value)
 {
     throw new InvalidOperationException();
 }