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
Outros resultados
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.
Conteúdo potencialmente sensível ou impróprio
Os exemplos servem apenas como ajuda na tradução da palavra ou da expressão procurada. Eles não são selecionados ou validados por nós e podem conter linguagem inapropriada. Pedimos que reporte exemplos que devem ser modificados ou que não devem ser exibidos. As traduções potencialmente sensivéis, impróprias ou coloquiais geralmente são marcadas em vermelho ou em laranja.
Não foram achados resultados para esta acepção.
Sinônimos e analogias para "typed array objects" em inglês