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

Histogram Class

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

Constructors

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

Properties

 NameTypeDescription
BinSizeSystem.Single
CapacitySystem.Int32
DataSystem.IntPtr
DomainBeginSystem.Single
DomainEndSystem.Single
EmptySystem.Boolean
IsDisposedSystem.Boolean
ItemSystem.Int32
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
AddRange(IEnumerable<int>)Appends a collection of elements
Add(int)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
Insert(int, int)
Reserve(int)
Reset(AvlNet.Histogram)Resets this instance with data of the other Histogram object.
Resize(int)
Resize(int, int)
SetDomainOf(AvlNet.Histogram)
ToArray()
ToString()Inherited from System.Object

See also