2011-06-18 72 views

回答

0

转到了longBitsToDouble

public static double longBitsToDouble(long bits) 

返回对应 给定的位表示的双重价值。根据IEEE 754 浮点“双格式”位 布局,参数 参数被认为是浮点数 值的 表示。

参数:bits - any long integer.

返回:the double floating-point value with the same bit pattern.