Solution Report<T, TError>.Summarize Method
Definition
Namespace: Numerics.NET
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 using default options. |
Summarize( | Returns a string containing a human-readable summary of the object using the specified options. |
Summarize
Returns a string containing a human-readable summary of the object using default options.
public string Summarize()
Return Value
StringA string containing a human-readable summary of the object using default options.
Implements
ISummarizable.Summarize()Summarize(SummaryOptions)
Returns a string containing a human-readable summary of the object using the specified options.
public 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.