ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Empty array to be assigned to a local ArrayT variable.
The array returned is an empty array. Its only purpose is to serve as an initialization
for a local variable ArrayT 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.
Initialize a local array variable as class attribute / field.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Type Parameters
- T
- Element type.
Return Value
Type: ArrayTEmpty array to be assigned to a local ArrayT variable.
Remarks
[ILNumerics Computing Engine]
See Also