Indicates when a variable or expression represents an infinite value.
function IsInfinite(const AValue: Double): Boolean;
Boolean IsInfinite(const Double AValue);
Math
Use IsInfinite to test whether the value specified by AValue represents positive or negative infinity. Use the Sign function to distinguish positive infinity from negative infinity.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|