Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function Read( _ ByVal buf As Integer(), _ ByVal offset As Integer, _ ByVal size As Integer _ ) As Integer |
C# |
---|
public abstract int Read( int[] buf, int offset, int size ) |
C++ |
---|
public: int Read( array<int>^ buf, int offset, int size ) abstract |
J# |
---|
public abstract int Read( int[] buf, int offset, int size ) |
JScript |
---|
public abstract
function Read( buf : int[], offset : int, size : int ) : int |