SQLResultSetTake[rs, {m, n}] reads rows m through n from a result set.
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
NETNew[type] constructs a new object of the specified .NET type. NETNew[type, args...] constructs a new object of the specified .NET type, passing the supplied argument ...
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
TetGenDelaunay[points] generates a Delaunay tetrahedralization for a 3D point set.
TetGenGetElements[expr] gets the elements in a TetGen expression.
TetGenGetFacets[expr] returns the facets for a TetGen expression.
TetGenGetNeighbors[expr] gets the neighbors in a TetGen expression.
TetGenImport["file.ext", expr] imports data from a file into a TetGen expression. TetGenImport["file", expr, "format"] imports data in the specified format.
DaysBetween[{year_1, month_1, day_1}, {year_2, month_2, day_2}] gives the number of days between the dates {year_1, month_1, day_1} and {year_2, month_2, day_2}. ...