IMathLinkPut(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#
void Put(
	bool b
)

Parameters

b  Boolean
The boolean value to send.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also