Search Results for

    Show / Hide Table of Contents

    Class TranslationModelMatrixEntry

    Inheritance
    object
    TranslationModelMatrixEntry
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Sdl.Core.FineGrainedAlignment.Model
    Assembly: Sdl.Core.FineGrainedAlignment.dll
    Syntax
    public class TranslationModelMatrixEntry

    Constructors

    TranslationModelMatrixEntry()

    Declaration
    public TranslationModelMatrixEntry()

    Properties

    SourceKey

    Declaration
    public int SourceKey { get; set; }
    Property Value
    Type Description
    int

    TargetKey

    Declaration
    public int TargetKey { get; set; }
    Property Value
    Type Description
    int

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double
    In this article
    • Constructors
      • TranslationModelMatrixEntry()
    • Properties
      • SourceKey
      • TargetKey
      • Value
    Back to top Generated by DocFX