Class GaugeMetric
Represents a gauge metric
Inherited Members
Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class GaugeMetric : AbstractMetric
Constructors
GaugeMetric(string, double)
Instantiates a gauge metric
Declaration
public GaugeMetric(string name, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Metric name |
| double | value | Metric value |
Properties
Value
Gets the metric value
Declaration
public double Value { get; }
Property Value
| Type | Description |
|---|---|
| double |