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

Syntax

Visual Basic (Declaration)
Function AddRow( _ 
   ByVal newRow As Array _ 
) As Integer
C#
int AddRow(
   Array newRow
)
C++
int AddRow(
   Array newRow
) abstract 
J#
int AddRow(
   Array newRow
)
JScript
function AddRow(
   newRow : Array
) : int

See Also