C Syntax Question

Associate
Joined
18 Mar 2007
Posts
291
Could anybody possibly explain what this is doing:

Code:
val ? 255. / val : 0.

Thanks

edit - it's passed as an argument to a function where val is a float
 
Back
Top Bottom