Method ReadSingle
ReadSingle(Buffer)
Reads a 32-bit floating point value from the buffer.
Declaration
public static float ReadSingle(this Buffer buffer)
Parameters
| Type | Name | Description |
|---|---|---|
| Buffer | buffer |
Returns
| Type | Description |
|---|---|
| float | The floating point value that has been read from the buffer. |