DoubleEventChannel
Derives from EventChannel<T>
.
Description
Represents an event channel that can raise events containing a double
value.
Public Methods
RaiseEvent(int)
- Raises an event on the channel with the signedint
value provided.RaiseEvent(float)
- Raises an event on the channel with thefloat
value provided.