Cove - A Practical Quantum Computer Programming Framework
ToUnsignedInt32 Method (SetExtraBitsTo)
NamespacesCove.BaseClassicalResultToUnsignedInt32(Boolean)
Convert this result to an unsigned 32 bit integer. If the result contains less than 32 bits, then the extra bits will be set to SetExtraBitsTo.
Declaration Syntax
C#Visual BasicVisual C++
public uint ToUnsignedInt32(
	bool SetExtraBitsTo
)
Public Function ToUnsignedInt32 ( _
	SetExtraBitsTo As Boolean _
) As UInteger
public:
unsigned int ToUnsignedInt32(
	bool SetExtraBitsTo
)
Parameters
SetExtraBitsTo (Boolean)
The extra bits in the result will be set to this value.
Return Value
The 32 bit unsigned integer that represents the result.
Exceptions
ExceptionCondition
OverflowExceptionThrown if the result contains more than 32 bits of classical data.
NotImplementedExceptionThis method is not yet implemented.

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