Cove - A Practical Quantum Computer Programming Framework
SetSecondControlIndex Method (SecondControlIndex)
NamespacesCove.LocalSimulationOperationToffoliSetSecondControlIndex(Int32)
Set the second control index.
Declaration Syntax
C#Visual BasicVisual C++
public void SetSecondControlIndex(
	int SecondControlIndex
)
Public Sub SetSecondControlIndex ( _
	SecondControlIndex As Integer _
)
public:
virtual void SetSecondControlIndex(
	int SecondControlIndex
) sealed
Parameters
SecondControlIndex (Int32)
The second control index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the index is less than 0.
DuplicateIndexesExceptionThrown if the index matches one of the other targets.

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