A score from 0 to 1.0 indicating the minimum of the normal and reverse match strengths for this record.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Function getMinMatchScore() As Double _
    Implements INetricsSearchResult.getMinMatchScore
C#
public double getMinMatchScore()
C++
public:
 double getMinMatchScore() sealed 
J#
public double getMinMatchScore()
JScript
public  function getMinMatchScore() : double

Implements

INetricsSearchResult.getMinMatchScore

See Also