Method Read
View SourceRead(Single[], Int32, Int32)
Reads the specified buffer.
Declaration
int Read(float[] buffer, int offset, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | buffer | The buffer. |
| Int32 | offset | The offset if the first value to read. |
| Int32 | count | The number of values to read. |
Returns
| Type | Description |
|---|---|
| Int32 | The number of values read. |