Cove - A Practical Quantum Computer Programming Framework
SetSize Method (Size)
NamespacesCove.BaseIOperationIdentityNSetSize(Int32)
Set the size of this operation, the number of qubits it operates on.
Declaration Syntax
C#Visual BasicVisual C++
void SetSize(
	int Size
)
Sub SetSize ( _
	Size As Integer _
)
void SetSize(
	int Size
)
Parameters
Size (Int32)
The new size of the opeartion
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if Size is less than or equal to 0.

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