WriteDouble(RealTimeDoubleField,Double) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Writes a field into the locked record. Change notification
will be sent to the Publisher and the Replication server.
public virtual void WriteDouble(
RealTimeDoubleField fieldToWrite,
double newValue
)
public:
virtual void WriteDouble(
RealTimeDoubleField^ fieldToWrite,
double newValue
)
Parameters
- fieldToWrite
- The field to write to.
- newValue
- The new value to write into the given field.