ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New ILNumerics array with number and values of elements as given by values.
Creates a vector from provided 1-D Array.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- values
- Type: T
.Net array with values for the new vector.
Type Parameters
- T
- Element type.
Return Value
Type: RetArrayTNew ILNumerics array with number and values of elements as given by values.
Remarks
[ILNumerics Computing Engine]
See Also