ILNumerics Ultimate VS

ILMatharrayT Method (T, Int64, StorageOrders)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new ILNumerics array, all elements initialized with the given value.

[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,
	long dim0,
	StorageOrders order = StorageOrders.ColumnMajor
)

Parameters

val
Type: T
The value for the new elements.
dim0
Type: SystemInt64
Length of dimension #0.
order (Optional)
Type: ILNumericsStorageOrders
[Optional] The storage order for the new array. Default: ColumnMajor.

Type Parameters

T
Element type.

Return Value

Type: RetArrayT
New ILNumerics array initialized with val.
Remarks

[ILNumerics Computing Engine]

See Also

Reference