.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Get
Integer Method
Reads a Wolfram Language integer as a 32-bit integer.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
int
GetInteger
()
VB
Copy
Function
GetInteger
As
Integer
C++
Copy
int
GetInteger
()
F#
Copy
abstract
GetInteger
:
unit
->
int
Return Value
Int32
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