Examples of using Returns an array in English and their translations into Vietnamese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Of loop returns an array of[key, value] for each iteration.
The expression can be an array variable ormethod call that returns an array.
Returns an Array with all the elements in the collection.
The return type is int[], which means that this method returns an array of integers.
Returns an array containing each element on the stack trace.
Every time we access a Unity function that returns an array, a new array is created and passed to us as the return value.
Returns an array that contains all the values in the Hashtable.
In this case, we are giving EXACT a range for text1,so it becomes an array formula and returns an array of TRUE and FALSE values like this.
GetResults(): Returns an array of Doctrine objects for the current page.
If array has more than one row and more than one column, and only Row_num or Column_num is used,INDEX returns an array of the entire row or column in array. .
Returns an array containing all of the elements in this vector in the correct order.
GetInvalidPat hChars()- Returns an array of invalid characters that can't be included in paths.
Returns an array that contains all the elements stored in the invoking collection.
Object[] toArray(Object[] a) Returns an array containing all of the elements in this Vector in the correct order;
Returns an array of abstract pathnames denoting the files and directories in the directory denoted by this abstract pathname that satisfy the specified filter.
The result is that FREQUENCY returns an array of values that indicate the count that each value in the data array appears.
It returns an array containing all the object own properties, as an array of[key, value] pairs.
GetDirectories()(DirectoryInfo only) Returns an array of DirectoryInfo objects representing all folders contained in this folder.
It returns an array of rows that can be updated an appropriate by using the indexers, as shown in earlier examples.
Object[] toArray(): Returns an array containing all of the elements in this list in proper sequence.
Cookie[] getCookies() Returns an array containing all of the Cookie objects the client sent with this request.
The LEN function returns an array of results(lengths), one for each name in the list where class="A" from cell F5.
The splice() method returns an array of the deleted elements, or an empty array if no elements were deleted, as you can see in the above example.
In this example, COUNTIF($B$1:B1, $A$2:$A$10) returns an array of 1's and 0's based on whether any of the values of the source list($A$2:$A$10) appears somewhere in the distinct list($B$1:B1).
Return an array consisting of the largest number from each provided sub-array.
The SEQUENCE function will return an array, which will spill if it's the final result of a formula.
However, you can obtain similar results by returning an array, as demonstrated in the following example.
To get started, all you need is an object that responds toa call method, taking in an environment hash and returning an Array with the HTTP response code, headers, and response body.
Because we give COUNTIF a range(also called an"array") that contains 7 items,COUNTIF will return an array of 7 items as a result.