Cove - A Practical Quantum Computer Programming Framework
SetTargetlIndex Method (TargetIndex)
NamespacesCove.BaseIOperationToffoliSetTargetlIndex(Int32)
Set the target index.
Declaration Syntax
C#Visual BasicVisual C++
void SetTargetlIndex(
	int TargetIndex
)
Sub SetTargetlIndex ( _
	TargetIndex As Integer _
)
void SetTargetlIndex(
	int TargetIndex
)
Parameters
TargetIndex (Int32)
The target 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)