DoModal -- wait until the Java window is closed, JavaShow -- make a window visible and in front, ShowJavaConsole -- display System.out and System.err output in a separate ...
int MTensor_getComplex (MTensor t, mint*pos, mcomplex*pres) gets a single element of an MTensor of complex type.
int MTensor_getInteger (MTensor t, mint*pos, mint*pres) gets an element from an MTensor of integer type.
int MTensor_getInteger (MTensor t, mint*pos, mreal*pres) gets a single element of an MTensor of real type.
void MTensor_setComplex (MTensor t, mint*pos, mcomplex value) sets a single element of an MTensor of complex type.
void MTensor_setInteger (MTensor t, mint*pos, mint value) sets a single element of an MTensor of integer type.
int MTensor_setReal (MTensor t, mint*pos, mreal value) sets a single element of an MTensor of real type.
ReferencedAssemblies is an option to DefineDLLFunction that specifies assemblies needed to compile your function declaration.
CreateDocument[] creates an empty document notebook and opens it in the front end.CreateDocument[expr] creates and opens a document notebook containing the expression ...
FaceForm[g] is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of ...