Represents options available when creating summary strings for objects.
SystemObject Extreme.MathematicsSummaryOptions
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class SummaryOptions
Public Class SummaryOptions
public ref class SummaryOptions
type SummaryOptions = class end
The SummaryOptions type exposes the following members.
| Name | Description |
---|
 | SummaryOptions | Initializes a new instance of the SummaryOptions class |
Top
| Name | Description |
---|
 | 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.
|
Top
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference