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


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

Syntax

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

Implements

INetricsSearchResult.getMaxMatchScore

See Also