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(), _ ByVal offset As Integer, _ ByVal size As Integer _ ) As Integer |
C# |
---|
public override int Read( double[] buf, int offset, int size ) |
C++ |
---|
public: virtual int Read( array<double>^ buf, int offset, int size ) override |
J# |
---|
public override int Read( double[] buf, int offset, int size ) |
JScript |
---|
public override
function Read( buf : double[], offset : int, size : int ) : int |