Cove - A Practical Quantum Computer Programming Framework
ClassicalResult Constructor
NamespacesCove.BaseClassicalResultClassicalResult()()()
Members
IconMemberDescription
ClassicalResult()()()
Default constructor, 0 length result

ClassicalResult(Int32, Int64)
Constructor to create a classical result based on the number of qubits in the register and the value of the result. (Which should be treated like an unsigned long, but long is used since it is CLS compliant.)

ClassicalResult(Int64)
Constructor to create a classical result based on the number of qubits in the register and the value of the result. (Which should be treated like an unsigned long, but long is used since it is CLS compliant.) It will create the result with the necessary number of qubits to hold the value and no more.

ClassicalResult(array<Boolean>[]()[])
Construct a classical result based on an array of booleans.

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