Click or drag to resize
MessagePackObject Constructor (Single)
Initializes a new instance of the MessagePackObject type which wraps Single instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public MessagePackObject(
	float value
)

Parameters

value
Type: SystemSingle
A MessagePackObject value to be wrapped.
See Also