RegexMatchScorable.ScoreFor(Match) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Calculez un score normalisé de 0 à 1 pour une correspondance d’expression régulière.
public static double ScoreFor (System.Text.RegularExpressions.Match match);
static member ScoreFor : System.Text.RegularExpressions.Match -> double
Public Shared Function ScoreFor (match As Match) As Double
Paramètres
- match
- Match