ILNumerics - Technical Application Development
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() | Implicit(Byte to RetCell) |
Convert primitive byte to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(Double to RetCell) |
Convert primitive double to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(Double[] to RetCell) |
Encapsulates Int32[] system array into a scalar temporary cell array.
[ILNumerics Core Module] |
![]() ![]() | Implicit(Int32 to RetCell) |
Convert primitive integer to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(Int32[] to RetCell) |
Encapsulates Int32[] system array into a scalar temporary cell array.
[ILNumerics Core Module] |
![]() ![]() | Implicit(Int64 to RetCell) |
Convert primitive integer to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(Int64[] to RetCell) |
Encapsulates Int64[] system array into a scalar temporary cell array.
[ILNumerics Core Module] |
![]() ![]() | Implicit(Single to RetCell) |
Convert primitive float to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(String to RetCell) |
Convert primitive byte to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(String[] to RetCell) |
Encapsulate array of strings into a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(UInt32 to RetCell) |
Convert primitive integer to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(UInt32[] to RetCell) |
Encapsulates UInt32[] system array into a scalar temporary cell array.
[ILNumerics Core Module] |
![]() ![]() | Implicit(UInt64 to RetCell) |
Convert primitive integer to a scalar temporary cell
[ILNumerics Core Module] |
![]() ![]() | Implicit(Cell to RetCell) |
Convert local cell array to return type cell.
[ILNumerics Core Module] |
![]() ![]() | Implicit(InCell to RetCell) |
Convert input array to return type array.
[ILNumerics Core Module] |
![]() ![]() | Implicit(OutCell to RetCell) |
Convert output cell array to return type cell.
[ILNumerics Core Module] |
See Also