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.
To create a strongly typed array of process objects, enter the following command
To create a strongly typed array of process objects, enter the
The following code reads the content of a Blob as a typed array.
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. ArrayBuffer
Eine Sicht liefert einen Kontext, der diese Daten in ein echtes, typisiertes Array umwandelt. Genauer gesagt gibt dieser Kontext einen Datentypen, einen Versatz und die Anzahl der Elemente an. ArrayBuffer
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.
To create a strongly typed array of process objects, enter the following command: [Diagnostics.Process[]]$zz = Get-Process You can populate an array by using the output of a cmdlet, function, or statement.
Ein stark typisiertes Array mit Prozessobjekten erstellen Sie mit folgendem Befehl: [Diagnostics.Process[]]$zz = Get-Process Arrays können mit der Ausgabe eines Cmdlets, einer Funktion oder einer Anweisung aufgefüllt werden.
There is one special typed array view, the Uint8ClampedArray.
Es gibt ein spezielles typisiertes Array: Uint8ClampedArray.
If bufferSource is not a typed array, a TypeError is thrown.
Wenn bufferSource kein typisiertes Array ist, wird ein TypeError geworfen.
Typed array views have self-descriptive names and provide views for all the usual numeric types like Int8, Uint32, Float64 and so forth.
Typisierte Array-Views haben selbstbeschreibende Namen und stellen Views für alle geläufigen numerischen Typen, wie Int8, Uint32, Float64 und so weiter, zur Verfügung.
The current element being processed in the typed array.
Das aktuelle Element, das im Array verarbeitet wird.
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
Buffers and views: typed array architecture