© 2026 Hedgehog Software, LLC
if (!(i is >= 5 and <= 7)) { inputData2[0].XB1[i] = 1.0f; }
if (i is < 5 or > 7) { inputData2[0].XB1[i] = 1.0f; }