Returns a formatted string representation of this histogram.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public override string ToString() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function ToString As String |
| Visual C++ |
|---|
public: virtual String^ ToString() override |
Return Value
A fomatted string.
Remarks
If the bin boundaries are b0, b1, b2,...,bn-1, and the
counts for these bins are c1, c2,...,cn, respectively,
then this method returns a string with the following
format:
CopyC#
Number Smaller: number smaller [b0,b1) : c1 [b1,b2) : c2 [b2,b3) : c3 . . . [bn-2,bn-1]: cn Number larger : number larger