| MvMessageEncodeFloat Method |
Appends a float.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public MvMessage EncodeFloat(
float f
)
Public Function EncodeFloat (
f As Single
) As MvMessage
public:
MvMessage^ EncodeFloat(
float f
)
Parameters
- f
- Type: SystemSingle
The value to be written.
Return Value
Type:
MvMessageThe message itself.
See Also