摘要:
//float拆分成两个UInt16 public static UInt16 FloatToTwoUInt16(float f) { byte[] bs = BitConvert.GetBytes(); UInt16 low = BitConverter.ToUInt16(bs, 0); UInt16 high = BitConvert.ToUInt1... 阅读全文
posted @ 2018-11-27 14:03
梦醒江南·Infinite
阅读(3934)
评论(0)
推荐(1)

浙公网安备 33010602011771号