IMathLinkPutFunction Method

Sends a function name and argument count.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void PutFunction(
	string f,
	int argCount
)

Parameters

f  String
The function name.
argCount  Int32
The number of arguments to follow.

Remarks

Follow this with calls to put the arguments.

Exceptions

MathLinkExceptionOn any MathLink error.

See Also