PeekSingle Method

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
Reads a 32-bit Single without advancing the read pointer

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

Syntax

C#
public float PeekSingle()
Visual Basic
Public Function PeekSingle As Single
Visual C++
public:
float PeekSingle()

Return Value

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

See Also