System::Buffer::ByteLength metodo
Contenuti
[
Nascondere
]Buffer::ByteLength(const SharedPtr<Array<T>>&) method
Determina il numero di byte occupati da tutti gli elementi dell’array specificato.
template<class T> static int System::Buffer::ByteLength(const SharedPtr<Array<T>> &array)
| Parametro | Descrizione |
|---|---|
| T | Il tipo degli elementi dell’array |
| Parametro | Tipo | Descrizione |
|---|---|---|
| array | const SharedPtr<Array<T>>& | Un array |
ReturnValue
Il numero di byte occupati da tutti gli elementi dell’array specificato
Vedi anche
- Typedef SharedPtr
- Class Array
- Class Buffer
- Namespace System
- Library Aspose.Font for C++
Buffer::ByteLength(const System::Details::ArrayView<T>&) method
Determina il numero di byte occupati da tutti gli elementi dell’array specificato.
template<class T> static int System::Buffer::ByteLength(const System::Details::ArrayView<T> &array)
| Parametro | Descrizione |
|---|---|
| T | Il tipo di elementi della vista dell’array |
| Parametro | Tipo | Descrizione |
|---|---|---|
| array | const System::Details::ArrayView<T>& | Una vista dell’array |
ReturnValue
Il numero di byte occupati da tutti gli elementi della vista dell’array specificata
Vedi anche
- Class Buffer
- Namespace System
- Library Aspose.Font for C++
Buffer::ByteLength(const System::Details::StackArray<T, N>&) method
Determina il numero di byte occupati da tutti gli elementi dell’array specificato.
template<class T,std::size_t> static int System::Buffer::ByteLength(const System::Details::StackArray<T, N> &array)
| Parametro | Descrizione |
|---|---|
| T | Il tipo di elementi dell’array stack |
| N | La dimensione dell’array di stack |
| Parametro | Tipo | Descrizione |
|---|---|---|
| array | const System::Details::StackArray<T, N>& | Un array stack |
ReturnValue
Il numero di byte occupati da tutti gli elementi dell’array stack specificato
Vedi anche
- Class Buffer
- Namespace System
- Library Aspose.Font for C++