Cove - A Practical Quantum Computer Programming Framework
OperationRotateK Constructor (TargetIndex)
NamespacesCove.LocalSimulationOperationRotateKOperationRotateK(Int32)
Overloaded constructor to specify the target at time of construction.
Declaration Syntax
C#Visual BasicVisual C++
public OperationRotateK(
	int TargetIndex
)
Public Sub New ( _
	TargetIndex As Integer _
)
public:
OperationRotateK(
	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)