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
Parameter | Type | Description |
---|---|---|
value | double | The double-precision floating point value |
Return Value
64-bit integer value whose binary representation is equal to that of the specified value
See Also
- Class BitConverter
- Namespace System
- Library Aspose.Slides