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)
Note:
See TracTickets
for help on using tickets.

The function is in msvcrt.dll. You can use DllCall() to invoke it.