ILNumerics Ultimate VS

RetCell  Conversion (InCell to RetCell)

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

public static implicit operator RetCell (
	InCell A
)

Parameters

A
Type: ILNumericsInCell
Input type cell to be converted.

Return Value

Type: RetCell
Remarks

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

Reference