A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://reference.wolfram.com/language/NETLink/ref/net/Wolfram.NETLink.IMathLink.Put_overload_7.html below:

IMathLink.Put Method (Array, String[])

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

[Visual Basic]

Sub Put( _

ByVal

obj

As

Array

, _

ByVal

heads

As

String()

_

)

Parameters
obj
The array object to send.
heads
The heads in each dimension".
Exceptions Example
int[,] a = {{1,2},{3,4}};
// The following are equivalent, sending to Mathematica the matrix: {{1,2},{3,4}}
ml.Put(a);
ml.Put(a, null);
ml.Put(a, new String[] {"List", "List"});
// The following sends the expression: foo[bar[{1,2],[3,4]]
ml.Put(a, new String[] {"foo", "bar"});
See Also

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


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4