Пример #1
0
 public static Constant FloatFromBitpattern(long bits)
 {
     return(Constant.Real32(Int32BitsToFloat((int)bits)));
 }