ILNumerics Ultimate VS

OutCell  Conversion (Cell to OutCell)

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

public static implicit operator OutCell (
	Cell A
)

Parameters

A
Type: ILNumericsCell
Local cell to be used as output argument.

Return Value

Type: OutCell
Remarks

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

Reference