2 writes to fFloat
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
377fFloat = new float[3] { -0.99f, 0f, 0.99f }, 389new ClassWithArrays() { fInt = new int[3] { -2, 1, 0 }, fFloat = new float[3] { 0.99f, 0f, -0.99f }, fString = new string[2] { "", null } },