ILNumerics Ultimate VS

RetCell Type Conversions

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Operators

  NameDescription
Public operatorStatic memberImplicit(Byte to RetCell)
Convert primitive byte to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Double to RetCell)
Convert primitive double to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Double[] to RetCell)
Encapsulates Int32[] system array into a scalar temporary cell array.

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Int32 to RetCell)
Convert primitive integer to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Int32[] to RetCell)
Encapsulates Int32[] system array into a scalar temporary cell array.

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Int64 to RetCell)
Convert primitive integer to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Int64[] to RetCell)
Encapsulates Int64[] system array into a scalar temporary cell array.

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Single to RetCell)
Convert primitive float to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(String to RetCell)
Convert primitive byte to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(String[] to RetCell)
Encapsulate array of strings into a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(UInt32 to RetCell)
Convert primitive integer to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(UInt32[] to RetCell)
Encapsulates UInt32[] system array into a scalar temporary cell array.

[ILNumerics Core Module]

Public operatorStatic memberImplicit(UInt64 to RetCell)
Convert primitive integer to a scalar temporary cell

[ILNumerics Core Module]

Public operatorStatic memberImplicit(Cell to RetCell)
Convert local cell array to return type cell.

[ILNumerics Core Module]

Public operatorStatic memberImplicit(InCell to RetCell)
Convert input array to return type array.

[ILNumerics Core Module]

Public operatorStatic memberImplicit(OutCell to RetCell)
Convert output cell array to return type cell.

[ILNumerics Core Module]

Top
See Also

Reference