.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Put(Double) Method
Sends a double value.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
void
Put
(
double
d
)
VB
Copy
Sub
Put
(
d
As
Double
)
C++
Copy
void
Put
(
double
d
)
F#
Copy
abstract
Put
:
d
:
float
->
unit
Parameters
d
Double
The double 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