.NET/Link API Version 1.7 USE FRAMES

IMathLink.Put Method (Int32)

Sends an integer value.

[Visual Basic]
Sub Put( _
   ByVal i As Integer _
)
[C#]
void Put(
   int i
);

Parameters

i
The int value to send.

Exceptions

Exception Type Condition
MathLinkException On any MathLink error.

See Also

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