Returns true if arg is one of the ArrayBuffer views, such as typed array objects or a DataView.
Zwraca true, jeśli arg jest jednym z widoków ArrayBuffer, jak obiekty typedArray lub DataView.
You cannot directly manipulate the contents of an ArrayBuffer; instead, you create one of the typed array objects or a DataView object which represents the buffer in a specific format, and use that to read and write the contents of the buffer.
Nie możesz bezpośrednio wpływać na zawartość obiektu ArrayBuffer, możesz natomiast stworzyć jeden z obiektów typedArray lub obiekt DataView reprezentujący buffer w specjalnym formacie i używać tego obiektu do odczytu oraz zapisu treści buffera. Składnia
Alte rezultate
The Array object lets you store multiple values in a single variable.
Array obiektu pozwala na przechowywanie wielu wartości w jednej zmiennej.
Here is a list of the methods of the Array object along with their description.
The following example tests whether any element in the typed array is bigger than 10.
Następujący przykład sprawdza czy jakiś element tablicy jest większy, bądź równy 10.
See also the find() method, which returns the value of a found element in the typed array instead of its index.
Zobacz także metodę find(), która zwraca wartość znalezionego elementu, zamiast jego indeksu. Składnia
callback is invoked with three arguments: the value of the element, the index of the element, and the Array object being traversed.
Funkcja callback jest wywoływana z trzema argumentami: wartością elementu, jego indeksem i obiektem tablicy, w którym się ten element zawiera.
Conținut posibil inadecvat
Exemplele au rolul de a te ajuta să traduci cuvinte sau expresii corect si adaptat la context. Nu sunt selectate sau validate manual, așadar pot conține termeni inadecvați. Te rugăm să raportezi exemplele pe care le consideri inadecvate. Traducerile vulgare sau colocviale sunt în general marcate cu roșu sau cu portocaliu.
Nici un rezultat pentru acest sens.
Sinonime și analogii pentru "typed array objects" în limba Română