NOTE: This method is now obsolete.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub addEquivalenceClass( _ ByVal terms As String(), _ ByVal weight As Double _ ) |
C# |
---|
void addEquivalenceClass( string[] terms, double weight ) |
C++ |
---|
void addEquivalenceClass( array<String>^ terms, double weight ) abstract |
J# |
---|
void addEquivalenceClass( string[] terms, double weight ) |
JScript |
---|
function addEquivalenceClass( terms : String[], weight : double ) |