Click or drag to resize

SubsetGet Method

Safely gets the index at the given position by looping around the end of subset if index exceeds Length.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int Get(
	int index
)

Parameters

index  Int32
An index.

Return Value

Int32
Returns this[ index % this.Length ].
See Also