Get a particular element from the table but do no processing of this element (e.g., dimension conversion or extraction of variable length array elements/)
Namespace: nom.tam.fits
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Function getRawElement( _ ByVal i As Integer, _ ByVal j As Integer _ ) As Object |
| C# |
|---|
| public object getRawElement( int i, int j ) |
| C++ |
|---|
| public: Object getRawElement( int i, int j ) sealed |
| J# |
|---|
| public object getRawElement( int i, int j ) |
| JScript |
|---|
| public
function getRawElement( i : int, j : int ) : Object |
Parameters
- i
- The row of the element.
- j
- The column of the element.