Platforms to show: All Mac Windows Linux Cross-Platform

IsFiniteMBS(x as Double) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Math MBS Util Plugin ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns true if the parameter is finite.
Example
dim x as Double

x=1/0
if not isfiniteMBS(x) then
msgbox "the result is Infinite."
end if

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...