Platforms to show: All Mac Windows Linux Cross-Platform

IsInfMBS(x as Double) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Math MBS Util Plugin 4.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns true if the double passed in is an infinity value.
Example
dim e as Double = 0.0000000000000000000000000000000000000000000000001
dim d as Double = 1.0/e/e/e/e/e/e/e

MsgBox str(d)+" is inf: "+str(IsInfMBS(d))

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


The biggest plugin in space...