Get a given row


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

Syntax

Visual Basic (Declaration)
Public Function GetRow( _ 
   ByVal row As Integer _ 
) As Array _
    Implements TableData.GetRow
C#
public Array GetRow(
   int row
)
C++
public:
 Array GetRow(
   int row
) sealed 
J#
public Array GetRow(
   int row
)
JScript
public  function GetRow(
   row : int
) : Array

Parameters

row
The index of the row to be returned.

Return Value

A row of data.

Implements

TableData.GetRow

See Also