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