Method GetSingle
GetSingle()
Returns the
The 4 bytes starting at the current position are composed into a
NOTE: This was getFloat() in the JDK
Declaration
public abstract float GetSingle()
Returns
Type | Description |
---|---|
System.Single | the |
Exceptions
Type | Condition |
---|---|
BufferUnderflowException | if the position is greater than |
GetSingle(Int32)
Returns the
The 4 bytes starting at the specified index are composed into a
NOTE: This was getFloat() in the JDK
Declaration
public abstract float GetSingle(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | the index, must not be negative and equal or less than |
Returns
Type | Description |
---|---|
System.Single | the |