.NET/Link API Version 1.7 USE FRAMES

IMathLink.Put Method (Boolean)

Sends a bool value as the Mathematica symbol True or False.

[Visual Basic]
Sub Put( _
   ByVal b As Boolean _
)
[C#]
void Put(
   bool b
);

Parameters

b
The boolean value to send.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | IMathLink.Put Overload List