Esempio n. 1
0
 public bool Equals(HalfSingle other)
 {
     return((int)this.packedValue == (int)other.packedValue);
 }
Esempio n. 2
0
 public bool Equals(HalfSingle other)
 {
     return(packedValue == other.packedValue);
 }
Esempio n. 3
0
 public bool Equals(HalfSingle other)
 {
     throw new NotImplementedException();
 }