Table of Contents

Method DoubleToUInt64Bits

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

DoubleToUInt64Bits(double)

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

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

Parameters

value double

The number to convert (欲转换的值).

Returns

ulong

A 64-bit integer whose bits are identical to value (一个64位无符号整数,表示转换的单精度浮点值).