.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Get
Double Method
Reads a Wolfram Language real number or integer as a double.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
double
GetDouble
()
VB
Copy
Function
GetDouble
As
Double
C++
Copy
double
GetDouble
()
F#
Copy
abstract
GetDouble
:
unit
->
float
Return Value
Double
Exceptions
MathLinkException
If the waiting data cannot be read in this format, or on any other MathLink error.
See Also
Reference
IMathLink Interface
Wolfram.NETLink Namespace
In This Article
Definition
Exceptions
See Also