Register   Conversion (Register to RegisterRef)A Sandcastle Documented Class Library
For completeness. The Register could be implicitly casted to the reference to its first qubit. Like in arrays, where an address of an array is also the address of its first element.

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

public static implicit operator RegisterRef (
	Register register
)

Return Value

Type: RegisterRef
Reference to first qubit in register.
See Also