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 signed int value provided.
  • RaiseEvent(float) - Raises an event on the channel with the float value provided.