Write(Single) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes the specified System.Single value to the underlying PubSub message buffer.
public PubSubMessageBuilder Write(
float value
)
public:
PubSubMessageBuilder^ Write(
float value
)
Parameters
- value
- The System.Single value to write to the underlying PubSub message buffer.