예제 #1
0
 public bool Equals(HalfSingle other)
 {
     return((int)this.packedValue == (int)other.packedValue);
 }
예제 #2
0
파일: HalfSingle.cs 프로젝트: raizam/FNA
 public bool Equals(HalfSingle other)
 {
     return(packedValue == other.packedValue);
 }
예제 #3
0
 public bool Equals(HalfSingle other)
 {
     throw new NotImplementedException();
 }