Vertaling van "typed array" in Duits
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.
You can't directly manipulate the contents of an ArrayBuffer; instead, you create a typed array view or a DataView which represents the buffer in a specific format, and use that to read and write the contents of the buffer.
Es ist nicht möglich den Inhalt dieses Puffers (ArrayBuffer) direkt zu bearbeiten; stattdessen erstellt man selbst eine Sicht durch ein typisiertes Array oder eine DataView.
The current element being processed in the typed array.
Das aktuelle Element, das im Array verarbeitet wird.
To create a strongly typed array of process objects, enter the following command
Ein stark typisiertes Array mit Prozessobjekten erstellen Sie mit folgendem Befehl
Note that even when the index is negative, the typed array is still searched from back to front.
Bei Verwendung eines negativen Index wird das Array trotzdem von hinten nach vorne durchsucht.
Buffers and views: typed array architecture
A view provides a context - that is, a data type, starting offset, and the number of elements - that turns the data into a typed array.
Eine View stellt einen Kontext - einen Datentyp, Start-Offset und eine Anzahl Elemente - zur Verfügung, welcher die Daten in einen typisierten Array verwandelt.
See also the find() method, which returns the value of a found element in the typed array instead of its index.
Siehe auch die Methode findIndex(), die den Index eines gefundenen Elements im Array anstelle seines Werts zurückgibt.
If omitted, the typed array elements are separated with a comma (", ").
Wenn nicht angegeben, werden die Array-Elemente durch ein Komma (", ") getrennt.
To create a strongly typed array of process objects, enter the
Ein stark typisiertes Array mit Prozessobjekten erstellen Sie mit
Buffers and views: typed array architecture
Determines whether a typed array includes a certain element, returning true or false as appropriate.
Überprüft, ob ein getyptes Array ein bestimmtes Element enthält und gibt gegebenenfalls true oderfalse zurück.
reverse: The reverse() method reverses a typed array in place.
reverse: Die reverse() Methode kehrt die Reihenfolge der Arrayelemente in-place um.
Example for creating a URL to a typed array using a blob
Erstellen einer URL für ein "typed array" durch einen Blob