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