Vector<T>.Summarize Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Summarize() | Returns a summary of the contents of the matrix using the default summary options. |
Summarize( | Returns a summary of the contents of the matrix using the specified options. |
Summarize
Returns a summary of the contents of the matrix using the default summary options.
public string Summarize()
Return Value
StringA string that contains a human readable summary of the matrix.
Implements
ISummarizable.Summarize()Summarize(SummaryOptions)
Returns a summary of the contents of the matrix using the specified options.
public virtual string Summarize(
SummaryOptions options
)
Parameters
- options SummaryOptions
Return Value
StringA string that contains a human readable summary of the matrix.