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, _ ByVal penalty As Double _ ) |
C# |
---|
void addEquivalenceClass( string[] terms, double weight, double penalty ) |
C++ |
---|
void addEquivalenceClass( array<String>^ terms, double weight, double penalty ) abstract |
J# |
---|
void addEquivalenceClass( string[] terms, double weight, double penalty ) |
JScript |
---|
function addEquivalenceClass( terms : String[], weight : double, penalty : double ) |