Base:
4 references to ToString
Microsoft.ML.TestFramework (4)
BaseTestBaseline.cs (4)
599
float f1 = float.Parse(firstCollection[i].
ToString
());
600
float f2 = float.Parse(secondCollection[i].
ToString
());
612
double f1 = double.Parse(firstCollection[i].
ToString
());
613
double f2 = double.Parse(secondCollection[i].
ToString
());