Set the target index of this single qubit operation.

C# | Visual Basic | Visual C++ |
void SetTargetQubit( int NewTarget )
Sub SetTargetQubit ( _ NewTarget As Integer _ )
void SetTargetQubit( int NewTarget )

- NewTarget (Int32)
[Missing <param> documentation for "NewTarget"]

Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if the target
is less than 0. |