1 write to _floatValue
ScenarioTests.Common.Tests (1)
ScenarioTestTypes.cs (1)
426
set {
_floatValue
= value; }
4 references to _floatValue
ScenarioTests.Common.Tests (4)
ScenarioTestTypes.cs (4)
425
get { return
_floatValue
; }
531
if (
_floatValue
!= other.
_floatValue
) { return false; }
571
sb.AppendLine("FloatValue: " +
_floatValue
);