Table of Contents

Method UInt64BitsToDouble

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

UInt64BitsToDouble(ulong)

Reinterprets the specified 64-bit unsigned integer value as a double-precision floating-point value (将指定的 64 位无符号整数转换为单精度浮点数).

[CLSCompliant(false)]
public static double UInt64BitsToDouble(ulong value)

Parameters

value ulong

The 64-bit unsigned integer value to convert (欲转换的64位无符号整数值).

Returns

double

A double-precision floating-point value that represents the converted integer (表示根据整数转换后的单精度浮点值).