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