Boolean Operators

Have a suggestion for improving DPlot or a question about existing features? Let us know

Moderator: DPlotAdmin

Post Reply
jsc
Posts: 222
Joined: Fri Dec 02, 2005 8:56 am

Boolean Operators

Post by jsc »

I was looking for a Boolean "AND", but found that this kind of formula worked in the Generate f(X,Y1,Y2...):

"if(if(Y1<5,1,0)+if(Y2>600,1,0)=2,1,0)"

Is there an easier way?

But I guess this will do the job!
Post Reply