Method Int64BitsToDouble
- Namespace
- Zyl.VectorTraits.Numerics
- Assembly
- VectorTraits.dll
Int64BitsToDouble(long)
Reinterprets the specified 64-bit signed integer value as a double-precision floating-point value (将指定的 64 位有符号整数值重新解释为单精度浮点值).
public static double Int64BitsToDouble(long value)
Parameters
value
longThe 64-bit signed integer value to convert (欲转换的64位有符号整数值).
Returns
- double
A double-precision floating-point value that represents the converted integer (表示根据整数转换后的单精度浮点值).