ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Convert input array to return 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: ILNumericsInCell
Input type cell to be converted.
Return Value
Type: RetCellRemarks
Just like for ArrayT 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.
[ILNumerics Core Module]
See Also