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