Cove - A Practical Quantum Computer Programming Framework
OperationIdentity Constructor (TargetIndex)
NamespacesCove.LocalSimulationOperationIdentityOperationIdentity(Int32)
Overloaded constructor to specify the target at time of construction.
Declaration Syntax
C#Visual BasicVisual C++
public OperationIdentity(
	int TargetIndex
)
Public Sub New ( _
	TargetIndex As Integer _
)
public:
OperationIdentity(
	int TargetIndex
)
Parameters
TargetIndex (Int32)
The target index of this operation.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the target is less than 0.

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