Mark (or unmark) an element as null. Note that if this FITS file is latter written out, a TNULL keyword needs to be defined in the corresponding header. This routine does not add an element for String columns.
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Overridable Sub SetNull( _ ByVal row As Integer, _ ByVal col As Integer, _ ByVal flag As Boolean _ ) |
| C# |
|---|
| public virtual void SetNull( int row, int col, bool flag ) |
| C++ |
|---|
| public: virtual void SetNull( int row, int col, bool flag ) |
| J# |
|---|
| public virtual void SetNull( int row, int col, bool flag ) |
| JScript |
|---|
| public virtual
function SetNull( row : int, col : int, flag : bool ) |