ILNumerics Ultimate VS

ILMathlocalCell Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create new empty cell array, used for cell class member (attributes) initialization.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static Cell localCell()

Return Value

Type: Cell
Empty logical cell array to be assigned to a local Cell variable.
Remarks

The array returned is an empty cell array. Its only purpose is to serve as an initialization for a local variable Cell as attributes in a class context. The array will not be disposed after leaving the current scope or any scope above the current scope. It is useful for initializing class attributes in a persistant manner. After initialization, use the 'Array.a = ...' property (C#) or the Array.Assign() function to assign new values to the array.

[ILNumerics Computing Engine]

See Also

Reference

Other Resources