Enum ScoreMetricKind
Defines how a score metric should be interpreted and displayed.
Namespace: Serenity.Score.Domain.Enums
Assembly: Serenity.Score.Domain.dll
Syntax
public enum ScoreMetricKind
Fields
| Name | Description |
|---|---|
| Float | A floating-point metric (e.g. accuracy percentage). |
| Integer | An integer-based metric (e.g. points, kills). |
| Percentage | A percentage metric expressed as 0-100. |
| Time | A time-based metric in seconds (e.g. elapsed time, best time). |