ScalarValue

The ScalarValue class contains a scalar value.

Properties

Property

Description

lastValue

(get) lastValue: number (set) (Not Available)

Specifies a number representing the last value of the object.

Methods

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 updated