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