ILNumerics - Technical Application Development
Top
Operators
Name | Description | |
---|---|---|
![]() ![]() | (Double to BaseArray) | |
![]() ![]() | (String to BaseArray) |
Implicit cast from string to scalar RetArray<string>
[ILNumerics Core Module] |
![]() ![]() | (complex to BaseArray) |
Implicit cast from scalar of typeof(A) to RetArray<typeof(A)>
[ILNumerics Core Module] |
![]() ![]() | (fcomplex to BaseArray) |
Implicit cast from scalar of typeof(A) to RetArray<typeof(A)>
[ILNumerics Core Module] |
![]() ![]() | (ILExpression to BaseArray) |
Wraps an ILNumerics expression (i.e.: simple operation with 'end' specifier) into a scalar array.
[ILNumerics Core Module] |
See Also