NumericExtension extension

Extends ValueCell with numeric operators for cells holding num values.

The methods and operator overloads provided by this extension return ValueCell's which perform the same operation as the corresponding method / operator provided by the num interface. The returned ValueCell's are dependent on the method arguments which means their value is recomputed whenever the value of one of the argument cells changes.

on

Properties

isFinite ValueCell<bool>
no setter
isInfinite ValueCell<bool>
no setter
isNaN ValueCell<bool>
no setter
sign ValueCell<num>
no setter

Methods

abs() ValueCell<num>
remainder(ValueCell<num> other) ValueCell<num>