ILNumerics Ultimate VS

ILMathzerosT Method (Size, StorageOrders)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Create a new array of zeros '0' with the same size as size.

[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>(
	Size size,
	StorageOrders order = StorageOrders.ColumnMajor
)

Parameters

size
Type: ILNumericsSize
Number and lengths of the dimensions for the new array.
order (Optional)
Type: ILNumericsStorageOrders
[Optional] Storage order for the new array. Default: ColumnMajor.

Type Parameters

T
Element type for the new array.

Return Value

Type: RetArrayT
New array of the specified size and storage order, initialized with '0'.
Remarks

[ILNumerics Computing Engine]

See Also

Reference

Other Resources