System::BitConverter::Int64BitsToDouble method

BitConverter::Int64BitsToDouble method

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

static double System::BitConverter::Int64BitsToDouble(int64_t value)
ParameterTypeDescription
valueint64_t64-bit integer value whose binary representation is equal to that of the specified value

ReturnValue

The double-precision floating point value

See Also