Page 1 of 1

Min/Max nodes

PostPosted: Thu Aug 21, 2014 1:38 pm
by florian
Hello,

I was experimenting around today and wanted to use the Min/Max nodes to help me integrate two different input variables. It looks like these nodes are actually value constraint functions. So not really what I was looking for.

Most math.min() and math.max() functions I've worked with elsewhere take two input values and return either the lower or higher of the two. Is there a similar node in WDP?

For example:

math.min(2,4) = 2
math.max(5,8) = 8
etc.

Re: Min/Max nodes

PostPosted: Thu Aug 21, 2014 1:41 pm
by florian
Nevermind,

I realized that You can use the "If" node to do this.

Thanks!