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