ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Convert local array to output type array.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsCell
Local cell to be used as output argument.
Return Value
Type: OutCellRemarks
Just like for ArrayT to RetArrayT1 conversions the OutCell shares the same storage with A and serves as a proxy to A. Changing the output type cell in a function changes the associated local cell A in the calling scope.
[ILNumerics Core Module]
See Also