The ArrayOfScalarSignals
class describes an array of scalar signals.
It extends the implementation of Array<ScalarSignal>
type in JavaScript,
and adds a single additional method to get a sampler at a particular index - get()
.
Inherits From : Array<ScalarSignal>
This module exposes no properties.
Method | Description |
---|---|
get | get(index: number): ScalarSignal Returns the signal indicated by the index parameter. |