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