Method WriteInt16
View SourceWriteInt16(Int16[], Int32)
Declaration
public void WriteInt16(short[] buffer, int wordCount)
Parameters
Type | Name | Description |
---|---|---|
Int16[] | buffer | |
Int32 | wordCount |
WriteInt16(Byte[], Int32)
Converts 16-bit integers to the floating point values and writes them to the buffer.
Declaration
public void WriteInt16(byte[] buffer, int byteCount)
Parameters
Type | Name | Description |
---|---|---|
Byte[] | buffer | The buffer. |
Int32 | byteCount | The number of bytes to convert and write. |