ILNumerics Ultimate VS

Cell  Conversion (OutCell to Cell)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Convert output array to a new local array (mutable).

[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 Cell (
	OutCell A
)

Parameters

A
Type: ILNumericsOutCell
Array of OutArray type.

Return Value

Type: Cell
Local mutable array, detached from the source array A, with lifespan corresponding to the current scope.
Remarks

The new array is detached from this array. The new array can get used multiple times in the function scope and get altered without altering the source array.

[ILNumerics Core Module]

See Also

Reference