You are here: Start » AVL.NET » Histogram Class

Histogram Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
Histogram(Single, Single, IList<Double>)
Histogram(Single, Single, Int32)
Histogram(Single, Single, Single)
Histogram(Histogram)Creates a deep copy of the passed object.
Histogram()

Properties

 NameTypeDescription
BinCountSystem.Int32
BinSizeSystem.Single
CapacitySystem.Int32
DataSystem.IntPtr
DomainEndSystem.Single
DomainLengthSystem.SingleExtra helper functions
DomainStartSystem.Single
EmptySystem.Boolean
IsDisposedSystem.Boolean
ItemSystem.Double
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
AddRange(IEnumerable<double>)Appends a collection of elements
Add(double)Adds an element to the end
Clear()
Compact()
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(AvlNet.Histogram)
Equals(object)Inherited from System.Object
Equals(AvlNet.Histogram, AvlNet.Histogram)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
HasSameDomain(AvlNet.Histogram)
Insert(int, double)
Reserve(int)
Reset(AvlNet.Histogram)Resets this instance with data of the other Histogram object.
Resize(int)
Resize(int, double)
SetBinCountOf(AvlNet.Histogram)
SetBinSizeOf(AvlNet.Histogram)
SetDomainStartOf(AvlNet.Histogram)
ToArray()
ToString()Inherited from System.Object

See also