BetaBetaThe initial numeric value for this observable.
Optionaloptions: ObservableOptionsOptional configuration for the observable, such as whether the value can be written by the client.
BetaThe new numeric value to set.
BetaA function that receives the new numeric value each time the observable changes.
BetaThe callback handle previously returned by subscribe.
An observable that holds a numeric value. Listeners are notified whenever the value changes.