|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LibraryFunctionInformation
LibraryFunctionInformation[fun]
returns information about a LibraryFunction.
DetailsDetails
- LibraryFunction objects are created by LibraryFunctionLoad.
- Typical possible components of the result include:
-
"ArgumentTypes" types of arguments "File" name of the library file "Function" name of the loaded function "ReturnType" return type of the loaded function
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
LibraryFunction objects are generated by LibraryFunctionLoad:
| In[1]:= |
| Out[1]= |
This returns information about the LibraryFunction:
| In[2]:= |
| Out[2]= | ![]() |
New in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

