ILNumerics Ultimate VS

RetCell  Conversion (Int32 to RetCell)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Encapsulates Int32[] system array into a scalar temporary cell 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 (
	int[] value
)

Parameters

value
Type: SystemInt32
System array with values for the only cell of the new scalar cell array.

Return Value

Type: RetCell
New scalar temporary cell.
Remarks

[ILNumerics Core Module]

See Also

Reference