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#
public interface ISummarizable

Methods

Summarize() Returns a string containing a human-readable summary of the object using default options.
Summarize(SummaryOptions) Returns a string containing a human-readable summary of the object using the specified options.

See Also