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