123456789101112131415161718192021222324252627282930313233 |
- .. _func_maths_isinf:
- =====
- IsInf
- =====
- IsInf -
- Description
- ===========
- .. code-block:: blitzmax
- IsInf( x:Double )
- Check if a value is infinite (eg: 1.0/0.0)
- Parameters
- ==========
- Return Values
- =============
- True if @x is infinite
- Examples
- ========
- See Also
- ========
|