Skip to content

RF Touchstone


RF Touchstone / touchstone / index

Variable: index()

index: (...ranges) => Index

Defined in: node_modules/mathjs/types/index.d.ts:7139

Create an index. An Index can store ranges having start, step, and end for multiple dimensions. Matrix.get, Matrix.set, and math.subset accept an Index as input.

Parameters

ranges

...any[]

Zero or more ranges or numbers.

Returns

Index

Returns the created index