One Sample Test<T>.Summarize Method
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Summarize() | Returns a string containing a human-readable summary of the object. |
Summarize( | Returns a string containing a human-readable summary of the object using the specified options. |
Summarize(SummaryOptions)
Returns a string containing a human-readable summary of the object
using the specified options.
public override string Summarize(
SummaryOptions options
)
Parameters
- options SummaryOptions
- An object containing formatting options.
Return Value
StringA string containing a human-readable summary of the object using the specified options.