ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Vector of given length with values computed based on their index.
Generator function, creates vector of specified length, compute values by index.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- length
- Type: SystemInt64
The number of elements for the new vector. - func
- Type: SystemFuncInt64, T
Generator function, transforms the 0-based index into a value.
Type Parameters
- T
- The element type.
Return Value
Type: RetArrayTVector of given length with values computed based on their index.
Remarks
[ILNumerics Computing Engine]
See Also