2 writes to FloatProp
Microsoft.ML.Tests (2)
CollectionsDataViewTest.cs (2)
429
FloatProp
= new float[3] { -0.99f, 0f, 0.99f },
441
new ClassWithArrayProperties() { IntProp = new int[3] { -2, 1, 0 },
FloatProp
= new float[3] { 0.99f, 0f, -0.99f }, StringProp = new string[2] { "", null } },