RegexMatchScorable.ScoreFor(Match) 方法

定义

计算正则表达式匹配的规范化 0-1 分数。

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

参数

match
Match

返回

适用于