Check whether next index
Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function NextIndex( _ ByVal index As Integer(), _ ByVal dims As Integer() _ ) As Boolean |
| C# |
|---|
| public static bool NextIndex( int[] index, int[] dims ) |
| C++ |
|---|
| public: static bool NextIndex( array<int>^ index, array<int>^ dims ) |
| J# |
|---|
| public static bool NextIndex( int[] index, int[] dims ) |
| JScript |
|---|
| public static
function NextIndex( index : int[], dims : int[] ) : bool |
Parameters
- index
- dims
Return Value
returns boolean value depending upon the values in array