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

Syntax

Visual Basic (Declaration)
Public Overrides Function Read( _ 
   ByVal buf As Double() _ 
) As Integer
C#
public override int Read(
   double[] buf
)
C++
public:
 virtual int Read(
   array<double>^ buf
) override 
J#
public override int Read(
   double[] buf
)
JScript
public override  function Read(
   buf : double[]
) : int

See Also