MessagePackObject Conversion (MessagePackObject to Double) |
Convert this instance to
Double instance.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public static explicit operator double (
MessagePackObject value
)
Public Shared Narrowing Operator CType (
value As MessagePackObject
) As Double
static explicit operator double (
MessagePackObject value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: MsgPackMessagePackObject
MessagePackObject instance.
Return Value
Type:
DoubleDouble instance corresponds to
value.
See Also