Register GetVector Method A Sandcastle Documented Class Library
Returns a vector of amplitudes of each possible state. If register is a part of other register, this method returns null (see GetAmplitudes(Register)).

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

public Complex[] GetVector()

Return Value

Type:  Complex 
An array of complex numbers representing amplitudes of each register's state, or null (see GetAmplitudes(Register).
See Also

RegisterGetAmplitudes(Register)