2 references to TryParseSpecial
Microsoft.ML.Core (2)
Utilities\DoubleParser.cs (2)
220
return
TryParseSpecial
(span, ref ichEnd, out value);
487
bool res =
TryParseSpecial
(span, ref ich, out tmp);