Skip to content

TapeBlock Constructors

Base class for a block on a tape.

protected TapeBlock(bool? initialSignal = null);

View source

Parameters

Name Type Description
initialSignal Boolean? The initial signal level, or null to continue from the previous block.