Add a series of qubits to the beginning of the register, in the same order as specified
in the array.
| C# | Visual Basic | Visual C++ |
IQuantumRegister InsertQubitsAtBeginning( IQubit[] QubitsToAppend )
Function InsertQubitsAtBeginning ( _ QubitsToAppend As IQubit() _ ) As IQuantumRegister
IQuantumRegister^ InsertQubitsAtBeginning( array<IQubit^>^ QubitsToAppend )
- QubitsToAppend (array< IQubit >[]()[])
- The qubits to append. Passing null is valid and has no effect on the register.
A reference to the combined register.