Search Results for

    Show / Hide Table of Contents

    Class GaugeMetric

    Represents a gauge metric

    Inheritance
    object
    AbstractMetric
    GaugeMetric
    Inherited Members
    AbstractMetric.Name
    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
    In this article
    • Constructors
      • GaugeMetric(string, double)
    • Properties
      • Value
    Back to top Generated by DocFX