We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7715a9 commit 844edcaCopy full SHA for 844edca
Sources/Common/Core/DataArray/index.d.ts
@@ -87,6 +87,10 @@ export interface vtkDataArray extends vtkObject {
87
* Returns an array of the ranges for each component of the DataArray.
88
* Defaults to computing all the ranges if they aren't already computed.
89
*
90
+ * If the number of components is greater than 1, the last element in the
91
+ * ranges array is the min,max magnitude of the dataset. This is the same as
92
+ * calling `getRange(-1)`.
93
+ *
94
* Passing `getRanges(false)` will return a clone of the ranges that have
95
* already been computed. This is useful when you want to avoid recomputing
96
* the ranges, which can be expensive.
0 commit comments