Histogram |
public class HistogramCreationOptions : ICloneable
The HistogramCreationOptions type exposes the following members.
Name | Description | |
---|---|---|
HistogramCreationOptions | Initializes a new instance of the HistogramCreationOptions class |
Name | Description | |
---|---|---|
Binning | Gets or sets the user defined binning. If this property is defined, the binning defined in this property is used. If this property is null, the binning is done automatically. | |
IgnoreInfinity | Gets or sets a value indicating whether to ignore infinite values. | |
IgnoreNaN | Gets or sets a value indicating whether to ignore NaN (Not-A-Number) values. | |
IsLowerBoundaryInclusive | Designates whether the lower boundary is inclusive. If true, all values less than or equal to LowerBoundaryToIgnore are ignored. If false, only values less than LowerBoundaryToIgnore are ignored. | |
IsUpperBoundaryInclusive | Designates whether the upper is boundary inclusive. If true, all values greater than or equal to UpperBoundaryToIgnore are ignored. If false, only values greater than UpperBoundaryToIgnore are ignored. | |
IsUserDefinedBinningType | Gets or sets a value indicating whether the binning type is defined by the user or is determined automatically. | |
LowerBoundaryToIgnore | If not null, all values less than that value are ignored. Use IsLowerBoundaryInclusive to determine whether this boundary is inclusive or exclusive. | |
UpperBoundaryToIgnore | If not null, all values greater than that value are ignored. Use IsUpperBoundaryInclusive to determine whether this boundary is inclusive or exclusive. |
Name | Description | |
---|---|---|
Clone | Creates a new object that is a copy of the current instance. | |
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) | |
GetValueExcludingFunction | Gets a function that can be used to determine whether a value of a data ensemble should be excluded. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |