.NET/Link API Version 1.7 USE FRAMES

IMathLink.Put Method

Sends a .NET type as its Mathematica representation.

Overload List

Sends an array object. Unlike Put(object), this method lets you specify the heads you want for each dimension.

void Put(Array,string[]);

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

void Put(bool);

Sends a decimal value as an integer or real.

void Put(decimal);

Sends a double value.

void Put(double);

Sends an integer value.

void Put(int);

Sends a long integer value.

void Put(long);

Sends an object, including strings and arrays.

void Put(object);

Remarks

Put sends .NET numbers, strings, bools, arrays, and objects.

See Also

IMathLink Interface | Wolfram.NETLink Namespace