.NET/Link API Documentation
C#
VB
C++
F#
Show/Hide TOC
IMath
Link
Put(Boolean) Method
Sends a bool value as the Wolfram Language symbol True or False.
Definition
Namespace:
Wolfram.NETLink
Assembly:
Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
Copy
void
Put
(
bool
b
)
VB
Copy
Sub
Put
(
b
As
Boolean
)
C++
Copy
void
Put
(
bool
b
)
F#
Copy
abstract
Put
:
b
:
bool
->
unit
Parameters
b
Boolean
The boolean 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