I have a conditional that takes a double variable. Basically I need the conditional to run if the variable is the value of 0.0, but not if it's nothing.
Unfortunately it seems as though the type Double, treats a value of Nothing as 0.0
Anyone know a way around this? Is there a wrapper double object like in Java?
Thanks,
Tyler
Unfortunately it seems as though the type Double, treats a value of Nothing as 0.0
Anyone know a way around this? Is there a wrapper double object like in Java?
Thanks,
Tyler