ibi Patterns - Search 6.0.0 .NET API |
NetricsSearchResult.getDblCharMatchStrengths Method (Int32) |
See AlsoExample |
![]() ![]() |
Returns the precomputed visualization strengths for this field.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getDblCharMatchStrengths( _ ByVal fieldNo As Integer _ ) As Double() |
C# |
---|
public double[] getDblCharMatchStrengths( int fieldNo ) |
C++ |
---|
public: array<double>^ getDblCharMatchStrengths( int fieldNo ) sealed |
J# |
---|
public double[] getDblCharMatchStrengths( int fieldNo ) |
JScript |
---|
public
function getDblCharMatchStrengths( fieldNo : int ) : double[] |
Parameters
- fieldNo
- The number 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.