Expose the state of the system. This is a deep copy of the state, so
there is no need to worry about inadvertently altering the state. This
is protected so user subclasses can access the state and internal so
that unit tests can access it.
| C# | Visual Basic | Visual C++ |
protected internal ComplexMatrix GetState()
Protected Friend Function GetState As ComplexMatrix
protected public: ComplexMatrix^ GetState()
A deep copy of the current state.