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