Base class for UX expression functions that take arguments and compute a value from them.

This is the preferred base for most functions unless they have special needs to track whether/when arguments are set and/or lost.

Only a conctructor and the Compute method need to be defined.

Location

Namespace
Fuse.Reactive
Package
Fuse.Reactive.Expressions 2.9.1
Show Uno properties and methods

Interface of ComputeExpression

Inherited from Expression

Inherited from object

Implemented Interfaces