Modify ↓
#74 closed Feature Request (Rejected)
expose C (CRT) _finite(double x) function as IsFinite($x) in Autoit
Reported by: | Bowmore | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | ||
Keywords: | Cc: |
Description
Determines whether the given double-precision floating-point value is finite.
http://msdn2.microsoft.com/en-us/library/sb8es7a8(VS.80).aspx
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by Valik
- Resolution set to rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
The function is in msvcrt.dll. You can use DllCall() to invoke it.