ReactiveDouble constructor

ReactiveDouble(
  1. double value
)

Creates a new instance of ReactiveDouble with the initial value.

The initial value is set for the reactive double variable.

Implementation

ReactiveDouble(double value) : super(value);