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