Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Shared Function GetStringIndices( _ ByVal a As Array() _ ) As Integer() |
C# |
---|
protected static int[] GetStringIndices( Array[] a ) |
C++ |
---|
protected: static array<int>^ GetStringIndices( array<Array>^ a ) |
J# |
---|
protected static int[] GetStringIndices( Array[] a ) |
JScript |
---|
protected static
function GetStringIndices( a : Array[] ) : int[] |