SummaryOptions Class

Represents options available when creating summary strings for objects.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public class SummaryOptions
Inheritance
Object  →  SummaryOptions

Constructors

SummaryOptionsInitializes a new instance of the SummaryOptions class

Properties

HeadRows Gets the number of rows at the start of a list to include in a summary.
MaxItems Gets the maximum number of items to show in a list summary before omitting items.
MaxRows Gets the maximum number of rows to show in summary before omitting rows.
NumberFormat Gets the format string for real numbers.
TailRows Gets the number of rows at the end of a list to include in a summary.
Width Gets the maximum width of a summary string.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also