Metodo System::BitConverter::Int64BitsToDouble
BitConverter::Int64BitsToDouble method
Restituisce un valore a virgola mobile a doppia precisione il cui valore è equivalente a value.
static double System::BitConverter::Int64BitsToDouble(int64_t value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | int64_t | Valore intero a 64 bit la cui rappresentazione binaria è uguale a quella del valore specificato |
ReturnValue
Il valore a virgola mobile a doppia precisione
Vedi anche
- Class BitConverter
- Namespace System
- Library Aspose.Font for C++