.NET/Link API Version 1.7 USE FRAMES

IMathLink.Put Method (Decimal)

Sends a decimal value as an integer or real.

[Visual Basic]
Sub Put( _
   ByVal d As Decimal _
)
[C#]
void Put(
   decimal d
);

Parameters

d
The decimal value to send.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

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