OsIsNotValidNumber
From OpenSimulator
(Difference between revisions)
Line 1: | Line 1: | ||
− | {osslfunc | + | {{osslfunc |
|function_syntax=integer osIsNotValidNumber(float d) | |function_syntax=integer osIsNotValidNumber(float d) | ||
|threat_level=ignored | |threat_level=ignored | ||
Line 10: | Line 10: | ||
|additional_info=Added in 0.9.1.0 Oct, 17Th; OS_APIVERSION = 10 | |additional_info=Added in 0.9.1.0 Oct, 17Th; OS_APIVERSION = 10 | ||
− | } | + | }} |
Revision as of 14:48, 17 October 2019
integer osIsNotValidNumber(float d)
| |
Returns 0 (false) if d is a valid float, else returns:1 - if it is a NaN | |
Threat Level | This function does not do a threat level check |
Permissions | Use of this function is always allowed by default |
Extra Delay | 0 seconds |
Notes | |
Added in 0.9.1.0 Oct, 17Th; OS_APIVERSION = 10 |