.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Put(Int
32) Method
Sends an integer value.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
void
Put
(
int
i
)
VB
Copy
Sub
Put
(
i
As
Integer
)
C++
Copy
void
Put
(
int
i
)
F#
Copy
abstract
Put
:
i
:
int
->
unit
Parameters
i
Int32
The int value to send.
Exceptions
MathLinkException
On any MathLink error.
See Also
Reference
IMathLink Interface
Put Overload
Wolfram.NETLink Namespace
In This Article
Definition
Exceptions
See Also