IMathLinkPut(Decimal) Method

Sends a decimal value as an integer or real.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void Put(
	decimal d
)

Parameters

d  Decimal
The decimal value to send.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also