Struct MovingStatisticsValue<T>
Implements
Inherited Members
Namespace: EyeAuras.Shared.Statistics
Assembly: EyeAuras.Shared.dll
Syntax
public readonly struct MovingStatisticsValue<T> : IEquatable<MovingStatisticsValue<T>>
Type Parameters
| Name | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| Avg | |
| Max | |
| Min | |
| StandardDeviation | |
| Variance |
Methods
| Name | Description |
|---|---|
| Equals(MovingStatisticsValue<T>) | |
| Equals(object) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(MovingStatisticsValue<T>, MovingStatisticsValue<T>) | |
| operator !=(MovingStatisticsValue<T>, MovingStatisticsValue<T>) |