Table of Contents

Method DoubleToInt64Bits

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

DoubleToInt64Bits(double)

Converts a double-precision floating-point value into a 64-bit integer (将单精度浮点值转换为 64 位整数).

public static long DoubleToInt64Bits(double value)

Parameters

value double

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

Returns

long

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