ILNumerics Ultimate VS

ILMathzerosT Method (Int64, Int64, StorageOrders)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Creates a new ILNumerics array of 0 elements.

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

Parameters

dim0
Type: SystemInt64
Length of dimension #0.
dim1
Type: SystemInt64
Length of dimension #1.
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 default(T).
Remarks

[ILNumerics Computing Engine]

See Also

Reference

Other Resources