示例#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();
 }