2071 - 2080 of 2153 for direct manipulationSearch Results
View search results from all Wolfram sites (60389 matches)
MLReleaseReal128Array()   (Mathematica MathLink C Function)
void MLReleaseReal128Array (MLINK link, long double *a, int *dims, char ** heads, int d) disowns the memory allocated by MLGetReal128Array() to store the array a, its ...
MLReleaseReal128List()   (Mathematica MathLink C Function)
void MLReleaseReal128List (MLINK link, long double *a, int n) disowns memory allocated by MLGetReal128List() to store the array a of length n.
MLReleaseReal32Array()   (Mathematica MathLink C Function)
void MLReleaseReal32Array (MLINK link, float *a, int *dims, char ** heads, int d) disowns the memory allocated by MLGetReal32Array()to store the array a, its dimensions dims ...
MLReleaseReal32List()   (Mathematica MathLink C Function)
void MLReleaseReal32List (MLINK link, float *a, int n) disowns memory allocated by MLGetReal32List() to store the array a of length n.
MLReleaseReal64Array()   (Mathematica MathLink C Function)
void MLReleaseReal64Array (MLINK link, double *a, int *dims, char ** heads, int d) disowns memory allocated by MLGetReal64Array() to store the array a, its dimensions dims ...
MLReleaseReal64List()   (Mathematica MathLink C Function)
void MLReleaseReal64List (MLINK link, double *a, int n) disowns memory allocated by MLGetReal64List() to store the array a of length n.
MLReleaseUCS2String()   (Mathematica MathLink C Function)
void MLReleaseUCS2String (MLINK link, unsigned short *s, int n) disowns memory allocated by MLGetUCS2String() to store the string s.
MLReleaseUCS2Symbol()   (Mathematica MathLink C Function)
void MLReleaseUCS2Symbol (MLINK link, unsigned short *s, int len) disowns memory allocated by MLGetUCS2Symbol() to store the UCS-2 Unicode string s with length len ...
MLReleaseUTF16String()   (Mathematica MathLink C Function)
void MLReleaseUTF16String (MLINK link, const unsigned short *s, int len) disowns memory allocated by MLGetUTF16String() to store the UTF-16 encoded string s.
MLReleaseUTF8String()   (Mathematica MathLink C Function)
void MLReleaseUTF8String (MLINK link, const unsigned char *s, int len) disowns memory allocated by MLGetUTF8String()to store the UTF-8 encoded string s.
1 ... 205|206|207|208|209|210|211 ... 216 Previous Next

...