Click or drag to resize
PackerPack Method (Double)
Packs Double value to current stream.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer Pack(
	double value
)

Parameters

value
Type: SystemDouble
Double value.

Return Value

Type: Packer
This instance.
See Also