Checks that the matrix is square following deserialization
Namespace:
CenterSpace.NMath.MatrixAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void OnDeserialized( StreamingContext ctx ) |
| Visual Basic (Declaration) |
|---|
Public Sub OnDeserialized ( _ ctx As StreamingContext _ ) |
| Visual C++ |
|---|
public: void OnDeserialized( StreamingContext ctx ) |
Parameters
- ctx
- Type: System.Runtime.Serialization..::.StreamingContext
Streaming context.
Exceptions
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.MatrixNotSquareException | Thrown if the deserialized data cannot be formed into square triangular matrix. |