BaseDataDistributionCalculator<TX,TY> Class Properties
For a list of all members of this type, see BaseDataDistributionCalculator<TX,TY> members.
Public Properties
Name | Description | |
---|---|---|
DataContainsNaN | Gets whether the data contains NaN values | |
DataIsEvenlySpaced | Gets whether the data is evenly paced | |
DataIsSortedAscending | Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction | |
MinXSpacing | Gets the minimal spacing betwen X Values |
See Also