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