Click or drag to resize

NetBufferReadUnitSingle Method

Reads a 32 bit floating point value written using WriteUnitSingle()

Namespace:  Internal.Lidgren.Network
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public float ReadUnitSingle(
	int numberOfBits
)

Parameters

numberOfBits
Type: SystemInt32
The number of bits used when writing the value

Return Value

Type: Single
A floating point value larger or equal to 0 and smaller or equal to 1
See Also