Click or drag to resize
PackerPack Method (NullableSingle)
Pack nullable Single value.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer Pack(
	Nullable<float> value
)

Parameters

value
Type: SystemNullableSingle
Value to serialize.

Return Value

Type: Packer
This packer instance.
See Also