ScalarValue
The
ScalarValue
class contains a scalar value.Property | Description |
lastValue | (get) lastValue: number (set) (Not Available) Specifies a number representing the last value of the object. |
Method | Description |
pinLastValue | pinLastValue(): ConstScalarSignal Returns a ConstScalarSignal containing a constant value which is the last value of the specified signal before pinLastValue is called. ConstScalarSignal can be passed to a functions which accept numbers. |
Last modified 3yr ago