ILNumerics - Technical Application Development
Top
Operators
| Name | Description | |
|---|---|---|
| (Array to RetArrayT1) |
Implicitly convert n-dimensional System.Array to ILNumerics array.
[ILNumerics Core Module] | |
| (T1 to RetArrayT1) |
Implicitly convert scalar to array of size 1x1 (scalar).
[ILNumerics Core Module] | |
| (ArrayT1 to RetArrayT1) |
Convert local array type to return type array.
[ILNumerics Core Module] | |
| (InArrayT1 to RetArrayT1) |
Convert input array to return type array.
[ILNumerics Core Module] | |
| (OutArrayT1 to RetArrayT1) |
Convert output array type to return type array.
[ILNumerics Core Module] |
See Also