| ProbabilityDistributionToString Method |
Returns a formatted string representation of this distribution.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public abstract string ToString()
Public MustOverride Function ToString As String
public:
virtual String^ ToString() abstract override
override ToString : unit -> string
Return Value
StringA formatted string representation of this distribution.
See Also