Measure the quantum register and put the results in ReturnValue. A user
can subclass ClassicalResult with their own class and pass that in if
needed.
| C# | Visual Basic | Visual C++ |
void Measure( ClassicalResult ReturnValue )
Sub Measure ( _ ReturnValue As ClassicalResult _ )
void Measure( ClassicalResult^ ReturnValue )
- ReturnValue (ClassicalResult)
- The object which will contain the result of the measurement.