Returns the precomputed visualization strengths for this field.


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

Syntax

Visual Basic (Declaration)
Public Function getDblCharMatchStrengths( _ 
   ByVal fieldName As String _ 
) As Double()
C#
public double[] getDblCharMatchStrengths(
   string fieldName
)
C++
public:
 array<double>^ getDblCharMatchStrengths(
   String fieldName
) sealed 
J#
public double[] getDblCharMatchStrengths(
   string fieldName
)
JScript
public  function getDblCharMatchStrengths(
   fieldName : String
) : double[]

Parameters

fieldName
The name of the field for which to return its match strength information.

Return Value

A double array with one value in the array for each character in the given field. Values are between 0.0 and 1.0.

See Also