Vector<T>.Summarize Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.