ILNumerics Ultimate VS

RetCell  Conversion (Cell to RetCell)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Convert local 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

public static implicit operator RetCell (
	Cell A
)

Parameters

A
Type: ILNumericsCell
Local cell to be converted.

Return Value

Type: RetCell
Remarks

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

Reference