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, mint numpos, MTensor*pres) gets a subtensor element from an MTensor.
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_setMTensor (MTensor t, MTensor val, mint*pos, mint numpos) sets a subtensor element in an MTensor.
int MTensor_setReal (MTensor t, mint*pos, mreal value) sets a single element of an MTensor of real type.
SendDelegateArguments is an option to AddEventHandler and NETNewDelegate that specifies which of the delegate arguments you want to be passed to your Mathematica callback ...
The Mathematica compiler provides an important way both to speed up and also to work with Mathematica computations. Introduction Compiled Function Operation