read_double method
read_double
Read a single double value from the stream.
Returns
The single double value.
def read_double(self, position):
...
| Parameter | Type | Description |
|---|---|---|
| position | int | The position to read from. |
Read a single double value from the stream.
The single double value.
def read_double(self, position):
...
| Parameter | Type | Description |
|---|---|---|
| position | int | The position to read from. |