Send Method (Double, Boolean)
Sends a real value to the initialization stream
Namespace: Mosel
Assembly: xprmdn (in xprmdn.dll) Version: 5.0.2.0

C#
public void Send( double r, bool flush )
Parameters
- r
-
Type:
SystemDouble
The value to send - flush
-
Type:
SystemBoolean
If true, the queue of pending tokens is flushed. If false, the queue will only be flushed if it is full.
