ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array of the same shape and size than A, having the element values converted to type outT.
Convert typed source array A into array of element type outT.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
public static RetArray<outT> convert<inT, outT>( BaseArray<inT> A ) where inT : struct, new() where outT : struct, new()
Parameters
- A
- Type: ILNumericsBaseArrayinT
Source array.
Type Parameters
- inT
- Source element type.
- outT
- Target element type.
Return Value
Type: RetArrayoutTArray of the same shape and size than A, having the element values converted to type outT.
Remarks
[ILNumerics Computing Engine]
See Also