示例#1
0
文件: Constant.cs 项目: qcyb/reko
 public static Constant FloatFromBitpattern(long bits)
 {
     return(Constant.Real32(Int32BitsToFloat((int)bits)));
 }