Class Metric
Inheritance
System.Object
Metric
Assembly: Eco.Shared.dll
public class Metric : Object
Constructors
Declaration
Properties
Declaration
public double Average { get; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public int Count { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public void Add(int value)
Parameters
Type |
Name |
Description |
System.Int32 |
value |
|
Declaration
Extension Methods