Cove - A Practical Quantum Computer Programming Framework
Slice Method (StartIndex, StopIndex)
NamespacesCove.BaseIQuantumRegisterSlice(Int32, Int32)
Returns a slice (subset) of the quantum register.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister Slice(
	int StartIndex,
	int StopIndex
)
Function Slice ( _
	StartIndex As Integer, _
	StopIndex As Integer _
) As IQuantumRegister
IQuantumRegister^ Slice(
	int StartIndex, 
	int StopIndex
)
Parameters
StartIndex (Int32)
Starting index in the register to get the slice of.
StopIndex (Int32)
Ending index in the register to get the slice of.
Return Value
A quantum register representing the slice.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the start or stop index parameters are out of range.
ArgumentOutOfRangeExceptionThrown if the stop index is less than the start index.

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