See if an element is null
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Function IsNull( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Boolean |
| C# |
|---|
| public virtual bool IsNull( int row, int col ) |
| C++ |
|---|
| public: virtual bool IsNull( int row, int col ) |
| J# |
|---|
| public virtual bool IsNull( int row, int col ) |
| JScript |
|---|
| public virtual
function IsNull( row : int, col : int ) : bool |