Struct np.NDEnumerateRef<T>.Enumerator
- Namespace
- NumSharp
- Assembly
- NumSharp.dll
The cursor — pairs the C-order value ref with a lockstep coordinate odometer.
public ref struct np.NDEnumerateRef<T>.Enumerator
- Inherited Members
Properties
Current
The current (coordinate, ref value) pair.
public np.NDEnumerateRef<T>.Entry Current { get; }
Property Value
Methods
Dispose()
Frees the unmanaged iterator state (called by foreach).
public void Dispose()
MoveNext()
Advance one element, moving both the value ref and the coordinate odometer.
public bool MoveNext()