| Icon | Member | Description |
|---|---|---|
| SliceTo(Int32) |
Returns a slice (subset) of the register from the beginning to EndIndex.
| |
| SliceTo(Int32, IQuantumOperation) |
Returns a slice (subset) of the register from the beginning to EndIndex, then
has the operation applied to it.
| |
| SliceTo(Int32, List<(Of <(IQuantumOperation>)>)) |
Returns a slice (subset) of the register from the beginning to EndIndex, then
has the operations applied to it.
|