| MvMessageEncodeFloat Method |
Appends a float.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.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