DoubleToInt64Bits()

BitConverter::DoubleToInt64Bits(double) method

Returns a 64-bit integer value whose binary representation is equal to binary representation of the specified double-precision floating point value.

static int64_t System::BitConverter::DoubleToInt64Bits(double value)

Arguments

ParameterTypeDescription
valuedoubleThe double-precision floating point value

Return Value

64-bit integer value whose binary representation is equal to that of the specified value

See Also