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