Class Statistics.Statistic.Maximum
Inheritance
System.Object
Statistics.Statistic.Maximum
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Reports
Assembly: Experior.Core.dll
Syntax
[Serializable]
public class Maximum : Statistics.Statistic.Counter, IStatistic, IDisposable
Fields
max
Declaration
protected long max
Field Value
Type | Description |
---|---|
System.Int64 |
Properties
Count
Declaration
public override long Count { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
Max
Declaration
[Statistics.Observe(true)]
public virtual long Max { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Title
Declaration
public override string Title { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
Reset()
Declaration
public override void Reset()
Overrides
Implements
System.IDisposable