Table of Contents

Struct ValueCoordinatesIncrementor

Namespace
NumSharp.Utilities
Assembly
NumSharp.dll
public struct ValueCoordinatesIncrementor
Inherited Members
Extension Methods

Constructors

ValueCoordinatesIncrementor(ref Shape)

Initializes a new instance of the object class.

public ValueCoordinatesIncrementor(ref Shape shape)

Parameters

shape Shape

ValueCoordinatesIncrementor(ref Shape, EndCallbackHandler)

public ValueCoordinatesIncrementor(ref Shape shape, ValueCoordinatesIncrementor.EndCallbackHandler endCallback)

Parameters

shape Shape
endCallback ValueCoordinatesIncrementor.EndCallbackHandler

ValueCoordinatesIncrementor(int[])

public ValueCoordinatesIncrementor(int[] dims)

Parameters

dims int[]

ValueCoordinatesIncrementor(int[], EndCallbackHandler)

public ValueCoordinatesIncrementor(int[] dims, ValueCoordinatesIncrementor.EndCallbackHandler endCallback)

Parameters

dims int[]
endCallback ValueCoordinatesIncrementor.EndCallbackHandler

Fields

Index

public readonly int[] Index

Field Value

int[]

Methods

Next()

public int[] Next()

Returns

int[]

Reset()

public void Reset()