Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 1.18 KB

File metadata and controls

47 lines (43 loc) · 1.18 KB

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.