Reads a function name and argument count and requires that it match the specified function name.
[Visual Basic]Function CheckFunction( _
ByVal
fAs
String_
) As
Integer ParametersThe argument count of the incoming function.
RemarksIf the incoming function is not the specified one, a MathLinkException is thrown.
This method is similar to GetFunction in that it reads the name and argument count off the link. Use it in situations where you want an error to occur if the function is not what you expect.
Exceptions Exception Type Condition MathLinkException If the data waiting on the link is not the named function, or on any other MathLink error. See AlsoIMathLink Interface | Wolfram.NETLink Namespace | CheckFunctionWithArgCount | GetFunction
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