Cove - A Practical Quantum Computer Programming Framework
ToBoolArray Method
NamespacesCove.BaseClassicalResultToBoolArray()()()
Return an array of booleans that represent the classical bits of information in this result.
Declaration Syntax
C#Visual BasicVisual C++
public bool[] ToBoolArray()
Public Function ToBoolArray As Boolean()
public:
array<bool>^ ToBoolArray()
Return Value
The bool array representing the classical bits of information. This is a deep copy of what is contained in this result.

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