PackerPack Method (Single) |
Packs
Single value to current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public Packer Pack(
float value
)
Public Function Pack (
value As Single
) As Packer
public:
Packer^ Pack(
float value
)
member Pack :
value : float32 -> Packer
Parameters
- value
- Type: SystemSingle
Single value.
Return Value
Type:
PackerThis instance.
See Also