Class GaugeMetric
Represents a gauge metric
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |