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

Syntax

Visual Basic (Declaration)
Function GetElement( _ 
   ByVal row As Integer,  _ 
   ByVal col As Integer _ 
) As Object
C#
object GetElement(
   int row,
   int col
)
C++
Object GetElement(
   int row,
   int col
) abstract 
J#
object GetElement(
   int row,
   int col
)
JScript
function GetElement(
   row : int,
   col : int
) : Object

See Also