ISignal
The ISignal
interface. The base class for ScalarSignal
, PointSignal
, VectorSignal
, BooleanSignal
, and StringSignal
Properties
This module exposes no properties.
Methods
Method
Description
valueOf
valueOf(): void
Throws an error. Signals are not supposed to be implicitly converted to scalar values.
See also: ScalarSignal.add
, ScalarSignal.sub
, ScalarSignal.mul
, ScalarSignal.div
Last updated