Download for Windows Premium
Publiciteit
typed array

Vertaling van "typed array" in Pools

We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
typedArray
Returns an array of typed array stored in each row with the values of belonging to the group.
Zwracana tablica w każdym wierszu przechowuje tablicę jednoelementową z wartościami należącymi do danej grupy.
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
The reduce() method applies a function against an accumulator and each value of the typed array (from left-to-right) has to reduce it to a single value.
Metoda reduce() wywołuje funkcję względem wartości przyrostowej z każdego wywołania i kolejnego elementu tablicy (od lewej do prawej) w celu sprowadzenia tej tablicy do pojedynczej wartości.
If an existing, unvisited element of the typed array is changed by callback, its value passed to the visiting callback will be the value at the time that findIndex visits that element's index; elements that are deleted are not visited.
Jeśli istniejący, nieodwiedzony element tablicy zostanie zmieniony przez callback, jego wartość przekazana do odwiedzającego callback będzie tą wartością z momentu, w którym findIndex odwiedzi indeks tego elementu, elementy usunięte, nie będą odwiedzone.
Examples Testing size of all typed array elements
Sprawdzanie rozmiaru wszystkich elementów tablicy
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
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.
If the typed array is empty and no initialValue was provided, TypeError would be thrown.
Jeżeli tablica jest pusta oraz initialValue nie zostało dostarczone, będzie rzucony błąd TypeError.
If the typed array has only one element (regardless of position) and no initialValue was provided, or if initialValue is provided but the typed array is empty, the solo value would be returned without calling callback. Examples
Jeśli natomiast tablica ma jeden tylko element (bez względu na jego pozycję) i initialValue nie zostało podane, lub dostarczono initialValue, ale tablica jest pusta, wtedy ta jedyna wartość zostanie zwrócona, bez wywoływania funkcji callback.
Testing typed array elements using arrow functions
Sprawdzanie elementów używając funkcji strzałkowych
Elements that are appended to the typed array after the call to findIndex begins will not be visited by callback.
Elementy, które są dodane po rozpoczęciu wywołania funkcji findIndex nie będą przetworzone przez callback.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor typed array in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
sunflower: tall plant with large yellow flowers
Ontdek het woord
Publiciteit

Resultaten: 12. Exact: 12. Verstreken tijd: 29 ms.