Cove - A Practical Quantum Computer Programming Framework
InsertQubitsAtBeginning Method (RegistersToAppend)
NamespacesCove.BaseIQuantumRegisterInsertQubitsAtBeginning(array<IQuantumRegister>[]()[])
Append a set of registers to the beginning of this register, in the same order as the array.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister InsertQubitsAtBeginning(
	IQuantumRegister[] RegistersToAppend
)
Function InsertQubitsAtBeginning ( _
	RegistersToAppend As IQuantumRegister() _
) As IQuantumRegister
IQuantumRegister^ InsertQubitsAtBeginning(
	array<IQuantumRegister^>^ RegistersToAppend
)
Parameters
RegistersToAppend (array< IQuantumRegister >[]()[])
Registers to append. Passing null is valid and has no effect on the register.
Return Value
A reference to the combined register.

Assembly: Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)