Overload the constructor to specifiy the target index at construction.

C# | Visual Basic | Visual C++ |
public OperationPhaseShift( int TargetIndex )
Public Sub New ( _ TargetIndex As Integer _ )
public: OperationPhaseShift( int TargetIndex )

- TargetIndex (Int32)
- The target index for this operation

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