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(long[])

public ValueCoordinatesIncrementor(long[] dims)

Parameters

dims long[]

ValueCoordinatesIncrementor(long[], EndCallbackHandler)

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

Parameters

dims long[]
endCallback ValueCoordinatesIncrementor.EndCallbackHandler

Fields

Index

public readonly long[] Index

Field Value

long[]

Methods

Next()

public long[] Next()

Returns

long[]

Reset()

public void Reset()