ibi Patterns - Search 6.0.0 .NET API |
NetricsSearchResult.getCharMatchStrengths Method (Int32) |
See AlsoExample |
![]() ![]() |
Returns the match strength information for a field in the record.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function getCharMatchStrengths( _ ByVal fieldNo As Integer _ ) As Integer() |
C# |
---|
public int[] getCharMatchStrengths( int fieldNo ) |
C++ |
---|
public: array<int>^ getCharMatchStrengths( int fieldNo ) sealed |
J# |
---|
public int[] getCharMatchStrengths( int fieldNo ) |
JScript |
---|
public
function getCharMatchStrengths( fieldNo : int ) : int[] |
Parameters
- fieldNo
- The number of the field for which to return its match strength information.
Return Value
An integer array with one value in the array for each character in the given field.