System::BitConverter::ToInt64 método
Contenido
[
Ocultar
]BitConverter::ToInt64(const System::ArrayPtr<uint8_t>&, int) method
Convierte ocho bytes del arreglo especificado a partir del índice especificado a un valor entero de 64 bits.
static int64_t System::BitConverter::ToInt64(const System::ArrayPtr<uint8_t> &value, int startIndex)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | Array que contiene bytes para convertir |
| startIndex | int | Índice en la matriz en el que comenzar a tomar bytes para la conversión |
ReturnValue
Valor entero de 64 bits resultante de la conversión
Ver también
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToInt64(const System::Details::ArrayView<uint8_t>&, int) method
Convierte ocho bytes del arreglo especificado a partir del índice especificado a un valor entero de 64 bits.
static int64_t System::BitConverter::ToInt64(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::Details::ArrayView<uint8_t>& | ArrayView que contiene los bytes a convertir |
| startIndex | int | Índice en la matriz en el que comenzar a tomar bytes para la conversión |
ReturnValue
Valor entero de 64 bits resultante de la conversión
Ver también
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++