DataValueCollectionStatisticals Structure

Represents statistical data.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
public struct Statisticals
Inheritance
Object    ValueType    DataValueCollectionStatisticals

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

Maximum Contains the maximum value.
Mean Contains a mean value.
Minimum Contains the minimum value.
StandardDeviation Contains standard deviation.

See Also