 | IBufferObjectDataInput.ReadFloat Method (Int32) |
Namespace:
Hazelcast.IO
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.2
Syntaxfloat ReadFloat(
int position
)
Function ReadFloat (
position As Integer
) As Single
float ReadFloat(
int position
)
abstract ReadFloat :
position : int -> float32
Parameters
- position
- Type: System.Int32
Return Value
Type:
Single
ExceptionsException | Condition |
---|
IOException | |
See Also