ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
New array as specified.
Creates new array of dimension lengths, with all elements having the same value val.
[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<T> array<T>( T val, InArray<long> size, StorageOrders order = StorageOrders.ColumnMajor )
Parameters
- val
- Type: T
The target element value. - size
- Type: ILNumericsInArrayInt64
Vector with dimension lengths, as created by Math.size(). - order (Optional)
- Type: ILNumericsStorageOrders
[Optional] storage order. Default: ColumnMajor.
Type Parameters
- T
- Element type.
Return Value
Type: RetArrayTNew array as specified.
Remarks
[ILNumerics Computing Engine]
See Also