ILNumerics Ultimate VS

BaseStorageT, LocalT, InT, OutT, RetT, StorageTGetEnumerator Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Enumerator returning elements as T.

[ILNumerics Core Module]

Namespace:  ILNumerics.Core.StorageLayer
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public IEnumerator<T> GetEnumerator(
	Nullable<StorageOrders> storageOrder,
	bool dispose
)

Parameters

storageOrder
Type: SystemNullableStorageOrders
dispose
Type: SystemBoolean
If this parameter is true the storage will release itself after the enumerator has ended.

Return Value

Type: IEnumeratorT
Remarks

This enumerator is yet to be optimized for speed!

[ILNumerics Core Module]

See Also

Reference