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