JP782
Active member
If youre using an oscillator or whatever and it goes from +1 to 0 to -1 and you want to express a value being below zero how do you write it?
for instance I want to know when Z2 is less than negative .50
def x = z2 < -.50; doesnt work, system reads it as: z2 is less than minus .50, so what am I missing?
for instance I want to know when Z2 is less than negative .50
def x = z2 < -.50; doesnt work, system reads it as: z2 is less than minus .50, so what am I missing?