NaN represents a value that cannot be represented as a valid number.
NaN = 0.0 / 0.0;
NaN = 0.0 / 0.0;
Math
NaN is literally defined as 0.0/0.0 : an undefined value.
IsNaN
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|