Table of Contents

Interface NDIterator

Namespace
NumSharp
Assembly
NumSharp.dll
public interface NDIterator : IEnumerable
Inherited Members
Extension Methods

Properties

AutoReset

bool AutoReset { get; }

Property Value

bool

Block

IMemoryBlock Block { get; }

Property Value

IMemoryBlock

BroadcastedShape

Shape? BroadcastedShape { get; }

Property Value

Shape?

HasNext

Func<bool> HasNext { get; }

Property Value

Func<bool>

Reset

Action Reset { get; }

Property Value

Action

Shape

Shape Shape { get; }

Property Value

Shape

Type

IteratorType Type { get; }

Property Value

IteratorType

Methods

MoveNextReference<T>()

MoveNextReferencedDelegate<T> MoveNextReference<T>() where T : unmanaged

Returns

MoveNextReferencedDelegate<T>

Type Parameters

T

MoveNext<T>()

Func<T> MoveNext<T>() where T : unmanaged

Returns

Func<T>

Type Parameters

T