Vertaling van "Array-Objekt" in Engels
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.
Querverweistabelle (Ein spezifisches Array-Objekt, welches die Position und die Zeichenboxen (engl.: bounding boxes) einer Seite für verschiedene Objekte beschreibt.
Rectangle A specific array object that defines the position and bounding boxes on a page for various objects.
Folgen Sie für jede Kante den Modellelementen im Array-Objekt, das von den Listelementen ausgegeben wird, um die Methode getEdgeMidpoint() anzuwenden.
For each edges, pass the modelitem in the array object returned by ListItems to getEdgeMidpoint() method.
Im folgenden Beispiel wird das leere Array-Objekt names erstellt.
Gibt ein Array-Objekt zurück, in dem Teilzeichenfolgen der Zeichenfolge gespeichert wurden, die sich aus der Konvertierung dieses Objekts in eine Zeichenfolge ergibt.
Returns an Array object into which substrings of the result of converting this object to a string have been stored.
Array.sortOn() Beispiel (Verwendung dieses Beispiels) Im folgenden Beispiel wird das Array-Objekt vegetables mit den Elementen [spinach, green pepper, cilantro, onion, avocado] erstellt.
Array.sortOn() Example (How to use this example) The following code creates the Array object vegetables with elements [spinach, green pepper, cilantro, onion, avocado].
Ist es möglich, ein Array-Objekt für eine Ansicht zu erhalten?
Is it possible to persist an array object for a view?
Mit dem folgenden Code wird ein Array-Objekt letters mit den Elementen a, b und c erstellt.
The following code creates an Array object letters with elements a, b, and c.
Anschließend wird ein Mit dem folgenden Code wird ein Array-Objekt specialChars mit den Elementen (,), - und einer Leerstelle erstellt. Anschließend wird ein String erstellt, der (888) 860-0000 enthält.
The following code creates an Array object specialChars with elements (,), -, and a blank space and then creates a string containing (888) 860-0000.
slice: Die slice() Methode schreibt eine flache Kopie von einem Teil des Arrays in ein neues Array-Objekt von begin bis end (end nicht enthalten).
slice: The slice() method returns a shallow copy of a portion of an array into a new array object selected from begin to end (end not included).
Daten in einer Matrixbindung werden als zweidimensionales Array-Objekt geschrieben bzw. gelesen, das in JavaScript als ein Array von Arrays implementiert wird.
Data in a matrix binding is written or read as a two dimensional Array, which in JavaScript is implemented as an array of arrays.
Ein Listenfeld kann die Auswahl mehrere Elemente durch den Benutzer ermöglichen. Jede Auswahl wird einem Array-Objekt SelectedList hinzugefügt. Die Item-Methode (für SelectedList) mit einer Zahl 1 als Argument greift auf das erste Element in dem Array zu
A list box can allow multiple user selections. Each selection is added to an array object SelectedList. The Item method (for SelectedList), with a number 1 as the argument, accesses the first item in the array
Project 2013 und PowerPoint 2013 unterstützen nur auswahlbasierten Datenzugriff.Stellt die Daten in der Auswahl oder Bindung als zweidimensionales Array-Objekt bereit, das in JavaScript als ein Array von Arrays implementiert wird.
Project 2013 and PowerPoint 2013 support only selection-based data access. MatrixMatrix Provides the data in the selection or binding as a two dimensional Array, which in JavaScript is implemented as an array of arrays.
Wenn ein Array-Objekt einem NSArray-Objekt entspricht und ein Dictionary-Objekt einem NSDictionary-Objekt entspricht, wie werden dann in Swift änderbare Arrays und Wörterbücher erstellt?
If an Array object is equivalent to an NSArray object and a Dictionary object is equivalent to an NSDictionary object, then how do we create mutable arrays and dictionaries in Swift?