The per-querylet symmetric match scores.


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

Syntax

Visual Basic (Declaration)
Public Function getSymMatchScoreQlt() As Double() _
    Implements INetricsSearchResult.getSymMatchScoreQlt
C#
public double[] getSymMatchScoreQlt()
C++
public:
 array<double>^ getSymMatchScoreQlt() sealed 
J#
public double[] getSymMatchScoreQlt()
JScript
public  function getSymMatchScoreQlt() : double[]

Implements

INetricsSearchResult.getSymMatchScoreQlt

See Also