Class TranslationModelMatrixEntry
Inheritance
Object
TranslationModelMatrixEntry
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
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 |
---|---|
Int32 |
TargetKey
Declaration
public int TargetKey { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Value
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
Double |