IMathLinkGetArgCount Method
Reads the argument count of an expression being read manually.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Function GetArgCount As Integer
abstract GetArgCount : unit -> int
Return Value
Int32The number of arguments of the function.
This method can be used after
GetNextExpressionType or
GetExpressionType
returns the value ExpressionType.Function. The argument count is always followed by the head
of the expression. The head is followed by the arguments; the argument count tells how many there will be.