Gets any message that may have been generated by the algorithm. For example, if the calculation is unsuccessful, the message indicates the reason.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public override string Message { get; }
Visual Basic (Declaration)
Public Overrides ReadOnly Property Message As String
Visual C++
public:
virtual property String^ Message {
	String^ get () override;
}

See Also