Get a particular element from the table.


Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Function GetElement( _ 
   ByVal i As Integer,  _ 
   ByVal j As Integer _ 
) As Object _
    Implements TableData.GetElement
C#
public object GetElement(
   int i,
   int j
)
C++
public:
 Object GetElement(
   int i,
   int j
) sealed 
J#
public object GetElement(
   int i,
   int j
)
JScript
public  function GetElement(
   i : int,
   j : int
) : Object

Parameters

i
The row of the element.
j
The column of the element.

Implements

TableData.GetElement

See Also