Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function GetElement( _ ByVal row As Integer, _ ByVal col As Integer _ ) As Object |
C# |
---|
public virtual object GetElement( int row, int col ) |
C++ |
---|
public: virtual Object GetElement( int row, int col ) |
J# |
---|
public virtual object GetElement( int row, int col ) |
JScript |
---|
public virtual
function GetElement( row : int, col : int ) : Object |