This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathextents.xml
More file actions
73 lines (57 loc) · 2.37 KB
/
Copy pathextents.xml
File metadata and controls
73 lines (57 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<doc>
<legacy_id>2491</legacy_id>
<name>extents</name>
<type>function</type>
<syntax>
<example>the extents of <i>array</i></example>
<example>extents(<i>array</i>)</example>
</syntax>
<synonyms>
</synonyms>
<summary>Returns a list of the smallest and largest <function tag="keys">keys</function> for each dimension of an <glossary tag="array">array</glossary>.</summary>
<examples>
<example><p>the extents of myArray</p></example>
<example><p>put item 1 of line 2 of the extents of theFigures into columnsMinimum</p></example>
</examples>
<history>
<introduced version="1.1">Added. </introduced>
<deprecated version=""></deprecated>
<removed version=""></removed>
</history>
<objects>
</objects>
<platforms>
<mac/>
<windows/>
<linux/>
<ios/>
<android/>
</platforms>
<classes>
<desktop/>
<server/>
<web/>
<mobile/>
</classes>
<security>
</security>
<classification>
<category>Values & Properties</category>
</classification>
<references>
<function tag="sum">sum Function</function>
<function tag="matrixMultiply">matrixMultiply Function</function>
<function tag="max">max Function</function>
<function tag="min">min Function</function>
<function tag="round">round Function</function>
<function tag="keys">keys Function</function>
<command tag="combine">combine Command</command>
<command tag="split">split Command</command>
</references>
<description>
<overview>Use the <b>extents</b> <control_st tag="function">function</control_st> to find the minimum and maximum row and column numbers of an <glossary tag="array">array</glossary> whose <function tag="keys">keys</function> are <glossary tag="integer">integers</glossary>. </overview>
<parameters><p>The <i>array</i> is any <glossary tag="array">array</glossary> of any dimension whose <function tag="keys">keys</function> are numbers.</p></parameters>
<value>The <b>extents</b> function returns one <keyword tag="line">line</keyword> for each dimension of the <glossary tag="array">array</glossary>. </p><p></p><p>Each line contains two numbers separated by commas. The first item is the lowest key number in that dimension, and the second item is the highest key number. </p></value>
<comments>If any of the keys of the <i>array</i> is non-numeric, the <b>extents</b> <control_st tag="function">function</control_st> returns empty.</comments>
</description>
</doc>