Click or drag to resize
MessagePackObjectAsDouble Method
Convert this instance to Double instance.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public double AsDouble()

Return Value

Type: Double
Double instance corresponds to this instance.
See Also