2 references to IsDigit
Microsoft.ML.Predictor.Tests (2)
CompareBaselines.cs (2)
344
if (ich >= line.Length || !
IsDigit
(line[ich]))
348
while (ich < line.Length &&
IsDigit
(line[ich]))