IMathLinkPut Method
Sends a .NET type as its Wolfram Language representation.
Put sends .NET numbers, strings, bools, arrays, and objects.
Put(Boolean) |
Sends a bool value as the Wolfram Language symbol True or False.
|
Put(Decimal) |
Sends a decimal value as an integer or real.
|
Put(Double) |
Sends a double value.
|
Put(Int32) |
Sends an integer value.
|
Put(Int64) |
Sends a long integer value.
|
Put(Object) |
Sends an object, including strings and arrays.
|
Put(Array, String) |
Sends an array object. Unlike Put(object), this method lets you specify the heads you want for each dimension.
|