Platforms to show: All Mac Windows Linux Cross-Platform

ExtendedStrToDoubleMBS(v as string) as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Math MBS Util Plugin ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the 80bit Float as a double.
Example
dim s as string
dim d as Double

d=5
s=DoubleToExtendedStrMBS(d)
msgBox s
d=extendedStrToDoubleMBS(s)
msgBox str(d)

Returns NAN (255) if the string is not valid. e.g. "".
Returns always NAN on Windows.

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


The biggest plugin in space...