IMathLinkGetFunction Method
Reads a function name and argument count.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
string GetFunction(
out int argCount
)
Function GetFunction (
<OutAttribute> ByRef argCount As Integer
) As String
String^ GetFunction(
[OutAttribute] int% argCount
)
abstract GetFunction :
argCount : int byref -> string
- argCount Int32
- Gets the argument count of the function.
StringThe name of the function.
MathLinkException | If the waiting data is not the head of a function, or on any other MathLink error. |