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
Other results
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.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.
No results found for this meaning.
Synonyms and analogies of "typed array objects" in English