ILNumerics Ultimate VS

ArrayT Type Conversions

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Operators

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

[ILNumerics Core Module]

Public operatorStatic member(T to ArrayT)
Wraps single value into scalar array.

[ILNumerics Core Module]

Public operatorStatic member(InArrayT to ArrayT)
Convert input array (immutable) to local array (mutable).

[ILNumerics Core Module]

Public operatorStatic member(OutArrayT to ArrayT)
Convert output array to a new local array (mutable).

[ILNumerics Core Module]

Public operatorStatic member(RetArrayT to ArrayT)
"Persistence cast" make a steady array out of a temp array

[ILNumerics Core Module]

Top
See Also

Reference