Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

value

The 8-byte floating point value to write.

Returns

Type

Description

boolWhether the write was successful