ISummarizable Interface
Defines methods for returning a human-readable summary of the object.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public interface ISummarizable
Methods
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. |