- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good Evening, so my task is this one, i have a whole number parameter, and every time this whole number be odd, i want de lenghth parameter associated be "X" value, and every time be even, the length value is zero or an infinitesimal number, ive alrealdy made even and odd parameters, anda until now these lines were constructed
Parameter = X
Even = rounddown(Parameter/ 2) = roundup(Parameter / 2)
Odd = not([Even])
Length 3 = Length / Lenght 3
Now, the is a way to associate the (odd) to (Lenght 3) in a way that every time the odd parameter is activated length 3 is = the equation presented and every time is not (Odd) Length 3 is = 0?
If i dididnt manage to provide a great clarification, please be welcome to say that i try to contextualize better, thanks for the attention
Solved! Go to Solution.