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

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

Syntax

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

See Also