Summary Options Class
Represents options available when creating summary strings for objects.
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 class SummaryOptions
- Inheritance
- Object → SummaryOptions
Constructors
Summary | Initializes a new instance of the SummaryOptions class |
Properties
Head | Gets the number of rows at the start of a list to include in a summary. |
Max | Gets the maximum number of items to show in a list summary before omitting items. |
Max | Gets the maximum number of rows to show in summary before omitting rows. |
Number | Gets the format string for real numbers. |
Tail | 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
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) |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |