Skip to content

Commit 697526f

Browse files
committed
add the documentation for the new array reversal function
1 parent 52fc52a commit 697526f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/formula/doc/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ and toIndex. The indexes must be valid, e.g. fromIndex > 0, fromIndex < toIndex
148148
**arrayRangeOf(VNumberArray array)** - Returns a Display Range of the given array
149149
This includes the display min, max
150150

151+
**arrayReversal(VNumberArray array)** - Returns a VNumberArray with the elements in reverse order
152+
(the first element becomes the last, the last becomes the first).
153+
151154
**arrayStats(VNumberArray array)** - Returns a VStatistic with the statistical information of the given array
152155
This includes the average, min, max, and element count
153156

@@ -163,8 +166,6 @@ The down-sampling is performed using the Largest-Triangle-Three-Buckets (LTTB) a
163166

164167
**arrayCumSum(VNumberArray array)** - Returns a VNumberArray where each element is defined as the cumulative sum of the input array.
165168

166-
String
167-
------
168169
**concat(String s...)** - Concatenate a list of strings of a string array.
169170

170171
**strEqual(String s1, String s2)** - Compare value of 2 strings. Return true if s1 equals s2, else false.

0 commit comments

Comments
 (0)