Mark an entry as null.
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 ) |