Interface NDIterator
- Namespace
- NumSharp
- Assembly
- NumSharp.dll
public interface NDIterator : IEnumerable
- Inherited Members
-
- Extension Methods
-
Properties
AutoReset
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
Property Value
- Action
Shape
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