ILNumerics Ultimate VS

RetArrayT1 Type Conversions

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Operators

  NameDescription
Public operatorStatic memberCode example(Array to RetArrayT1)
Implicitly convert n-dimensional System.Array to ILNumerics array.

[ILNumerics Core Module]

Public operatorStatic member(T1 to RetArrayT1)
Implicitly convert scalar to array of size 1x1 (scalar).

[ILNumerics Core Module]

Public operatorStatic member(ArrayT1 to RetArrayT1)
Convert local array type to return type array.

[ILNumerics Core Module]

Public operatorStatic member(InArrayT1 to RetArrayT1)
Convert input array to return type array.

[ILNumerics Core Module]

Public operatorStatic member(OutArrayT1 to RetArrayT1)
Convert output array type to return type array.

[ILNumerics Core Module]

Top
See Also

Reference