Set the size of this operation, the number of qubits it operates on.

C# | Visual Basic | Visual C++ |
public void SetSize( int Size )
Public Sub SetSize ( _ Size As Integer _ )
public: virtual void SetSize( int Size ) sealed

- Size (Int32)
- The new size of the opeartion

Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown if Size is less than
or equal to 0. |