NOTE: This method is now obsolete.



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

Syntax

Visual Basic (Declaration)
Function Cognate( _ 
   ByVal qstrs As String(),  _ 
   ByVal fldnames As String(),  _ 
   ByVal fldweights As Double(),  _ 
   ByVal noncogwgt As Double _ 
) As NetricsQuery
C#
NetricsQuery Cognate(
   string[] qstrs,
   string[] fldnames,
   double[] fldweights,
   double noncogwgt
)
C++
NetricsQuery Cognate(
   array<String>^ qstrs,
   array<String>^ fldnames,
   array<double>^ fldweights,
   double noncogwgt
) abstract 
J#
NetricsQuery Cognate(
   string[] qstrs,
   string[] fldnames,
   double[] fldweights,
   double noncogwgt
)
JScript
function Cognate(
   qstrs : String[],
   fldnames : String[],
   fldweights : double[],
   noncogwgt : double
) : NetricsQuery

See Also