Cove - A Practical Quantum Computer Programming Framework
InsertQubitsAtEnd Method (RegisterToAppend)
NamespacesCove.BaseIQuantumRegisterInsertQubitsAtEnd(IQuantumRegister)
Append another register to this one.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister InsertQubitsAtEnd(
	IQuantumRegister RegisterToAppend
)
Function InsertQubitsAtEnd ( _
	RegisterToAppend As IQuantumRegister _
) As IQuantumRegister
IQuantumRegister^ InsertQubitsAtEnd(
	IQuantumRegister^ RegisterToAppend
)
Parameters
RegisterToAppend (IQuantumRegister)
Register 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)