J
Jon
I've read that I can use a default value to avoid a nullable type in some situations.
Is this a good idea for a double? I'm a bit worried that one normally should not use if
(valDoub==???) due to the slightly inexact way that doubles are defined.
Is this a good idea for a double? I'm a bit worried that one normally should not use if
(valDoub==???) due to the slightly inexact way that doubles are defined.