Checks to make sure the register is in a valid state: all entries
in the matrix representing the state must have the squares of their
values total 1.0.
| C# | Visual Basic | Visual C++ |
public bool IsValidState()
Public Function IsValidState As Boolean
public: bool IsValidState()
True if in a valid state.