Histogram |
public class HistogramCreationInformation : ICloneable
The HistogramCreationInformation type exposes the following members.
Name | Description | |
---|---|---|
HistogramCreationInformation | Initializes a new instance of the HistogramCreationInformation class |
Name | Description | |
---|---|---|
CreationOptions | Gets the options used to create the histogram data. | |
Errors | Gets the list of errors that occured during the histogram creation. | |
FilteredAndSortedDataEnsemble | Gets or sets the filtered and sorted data ensemble. The filter options can be found in CreationOptions. | |
MaximumValue | Gets or sets the maximum of the ensemble values. | |
MinimumValue | Gets or sets the minimum of the ensemble values. | |
NumberOfInfiniteValues | Gets or sets the number of ensemble values containing Infinity. | |
NumberOfNaNValues | Gets or sets the number of ensemble values containing NaN (not-a-number). | |
NumberOfValuesFiltered | Gets or sets the number of ensemble values. | |
NumberOfValuesOriginal | Gets or sets the number of original values (before filtering). | |
OriginalDataEnsemble | Gets or sets the original data ensemble. | |
UserInteractionLevel | Gets or sets the level of user interaction. | |
Warnings | Gets the list of warnings that occured during the histogram creation. |
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) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
Name | Description | |
---|---|---|
_creationOptions |