Table of Contents

Delegate NDIterNextFunc

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

Function to advance iterator to next position. Returns true if more iterations remain.

public delegate bool NDIterNextFunc(ref NDIterState state)

Parameters

state NDIterState
Function to advance iterator to next position. Returns true if more iterations remain.

Returns

bool
Function to advance iterator to next position. Returns true if more iterations remain.
Extension Methods