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

C# | Visual Basic | Visual C++ |
void SetSize( int Size )
Sub SetSize ( _ Size As Integer _ )
void SetSize( int Size )

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

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