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

AveragePoint_OfLoopState Class

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

 ConstructorDescription
AveragePoint_OfLoopState(Single, Single, Int32)
AveragePoint_OfLoopState(AveragePoint_OfLoopState)Creates a deep copy of the passed object.
AveragePoint_OfLoopState()

Properties

 NameTypeDescription
CountSystem.Int32
IsDisposedSystem.Boolean
SumXSystem.Single
SumYSystem.Single

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.AveragePoint_OfLoopState)Resets this instance with data of the other AveragePoint_OfLoopState object.
ToString()Inherited from System.Object

See also