ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Convert output cell array to return type cell.
[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: ILNumericsOutCell
Local cell to be converted.
Return Value
Type: RetCellRemarks
Just like for InArrayT to RetArrayT1 conversions the returned RetCell shares the same storage with A. Being an immutable type one cannot change the cell returned nor the source A via a RetCell.
[ILNumerics Core Module]
See Also