Int64BitsToDouble()

BitConverter::Int64BitsToDouble(int64_t) method

Returns a double-precision floating point value whose value is equivalent to value.

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

Arguments

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

Return Value

The double-precision floating point value

See Also