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

Syntax

Visual Basic (Declaration)
Public MustOverride Function Read( _ 
   ByVal buf As Double(),  _ 
   ByVal offset As Integer,  _ 
   ByVal size As Integer _ 
) As Integer
C#
public abstract int Read(
   double[] buf,
   int offset,
   int size
)
C++
public:
 int Read(
   array<double>^ buf,
   int offset,
   int size
) abstract 
J#
public abstract int Read(
   double[] buf,
   int offset,
   int size
)
JScript
public abstract  function Read(
   buf : double[],
   offset : int,
   size : int
) : int

See Also