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