WriteDouble(double)
Writes a 8-byte floating point value to the data stream.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool WriteDouble(double value)
Parameters
The 8-byte floating point value to write.
Returns
Type | Description |
|---|---|
| bool | Whether the write was successful |