Check if the column number is valid.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function ValidColumn( _ ByVal j As Integer _ ) As Boolean |
C# |
---|
protected bool ValidColumn( int j ) |
C++ |
---|
protected: bool ValidColumn( int j ) sealed |
J# |
---|
protected bool ValidColumn( int j ) |
JScript |
---|
protected
function ValidColumn( j : int ) : bool |
Parameters
- j
- The index (first=0) of the column to check.