Checks that the matrix is square following deserialization

Namespace:  CenterSpace.NMath.Matrix
Assembly:  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

ExceptionCondition
CenterSpace.NMath.Core..::.MatrixNotSquareException Thrown if the deserialized data cannot be formed into square triangular matrix.

See Also