Get a element of the table.
Namespace: nom.tam.util
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 _ Implements DataTable.GetElement |
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 |
Parameters
- row
- The row desired.
- col
- The column desired.
Return Value
A primitive array containing the information. Note that an array will be returned even if the element is a scalar.