You are here: Start » Histogram Class

Histogram Class

Namespace:Fil
Assembly:FilNet.Types.dll

Constructors

 ConstructorDescription
Histogram(Single, Single, IntPtr, Int32)
Histogram()
Histogram(Histogram)
Histogram(Single, Single, Int32)
Histogram(Single, Single, Single)
Histogram(Single, Single, Double[])

Properties

 NameTypeDescription
BackSystem.Double
BeginSystem.IntPtr
BinCountSystem.Int32
BinSizeSystem.Single
CapacitySystem.Int32
DomainEndSystem.Single
DomainLengthSystem.Single Extra helper functions
DomainStartSystem.Single
EmptySystem.Boolean
EndSystem.IntPtr
FrontSystem.Double
IsDataOwnSystem.Boolean
IsDisposedSystem.BooleanInherited from Fil.UnmanagedObject
IsViewSystem.BooleanInherited from Fil.UnmanagedObject
ItemSystem.Double
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
Clear()
Compact()
Contains(double)
CopyTo(Fil.Histogram)
CopyTo(double[], int)
Dispose()Inherited from Fil.UnmanagedObject
Equals(Fil.Histogram)
Equals(object)Inherited from System.Object
Erase(System.IntPtr)
Erase(System.IntPtr, System.IntPtr)
GetEnumerator()
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
HasSameDomain(Fil.Histogram)
IndexOf(double)
Insert(int, double)
Insert(System.IntPtr, double)
Insert(System.IntPtr, System.IntPtr)
Insert(System.IntPtr, System.IntPtr, System.IntPtr)
MakeDataOwn()
MoveTo(Fil.Histogram)
PopBack()
PushBack(double)
Release()
RemoveAt(int)
Remove(double)
Reserve(int)
Reset(Fil.Histogram)
Reset(float, float, int)
Reset(float, float, float)
Reset(float, float, System.IntPtr, int)
Resize(int)
Resize(int, double)
SetBinCountOf(Fil.Histogram)
SetBinSizeOf(Fil.Histogram)
SetDomainStartOf(Fil.Histogram)
Swap(List<double>)
ToArray()
ToString()Inherited from System.Object

See also