1 reference to TryParse
Microsoft.ML.Core (1)
Utilities\LineParser.cs (1)
33
if (DoubleParser.
TryParse
(valuesToParse.Slice(toParseStartIndex, i - toParseStartIndex), out float parsed))