ReadDouble Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads a 64 bit floating point value written using Write(Double)

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public double ReadDouble()
Visual Basic
Public Function ReadDouble As Double
Visual C++
public:
double ReadDouble()

Return Value

[Missing <returns> documentation for "M:Lidgren.Network.NetBuffer.ReadDouble"]

See Also