Register GetValue Method A Sandcastle Documented Class Library
Returns the integer value stored in register, if there is only one possibility. If the register is a superposition of multiple states, the method returns null.

Namespace: Quantum
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Nullable<ulong> GetValue()

Return Value

Type: Nullable UInt64 
The nonnegative integer value stored in register, if there is only one possibility. Null, if the register is a superposition of multiple states.
See Also