Cove - A Practical Quantum Computer Programming Framework
SetFirstControlIndex Method (FirstControlIndex)
NamespacesCove.BaseIOperationToffoliSetFirstControlIndex(Int32)
Set the first control index.
Declaration Syntax
C#Visual BasicVisual C++
void SetFirstControlIndex(
	int FirstControlIndex
)
Sub SetFirstControlIndex ( _
	FirstControlIndex As Integer _
)
void SetFirstControlIndex(
	int FirstControlIndex
)
Parameters
FirstControlIndex (Int32)
The first control index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the index is less than 0.
DuplicateIndexesExceptionThrown if the index matches one of the other targets.

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