GetClass[javaobject] returns the JavaClass that identifies the object's class.
MakeJavaExpr[expr] constructs a new Java object of the J/Link Expr class that represents the Mathematica expression expr.
ParentClass[javaclass] returns the JavaClass expression representing the parent class of the specified JavaClass. ParentClass[javaobject] returns the parent class for the ...
Even though the GUIKit widget expression was designed with user interface issues in mind, you can construct object trees unrelated to user interface widgets and still take ...
ArcLengthFactor[{f_1, f_2, f_3}, t] gives the derivative of the arc length of the curve described by the parametrized curve coordinates {f_1, f_2, f_3} with respect to the ...
JacobianMatrix[pt] gives the Jacobian matrix of the transformation from the default coordinate system to the Cartesian coordinate system at the point pt. JacobianMatrix[pt, ...
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
SQLStringMatchQ[col, patt] specifies a condition in an SQL query used to test whether the value of a column matches a pattern. The actual format for the pattern varies from ...
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 ...
TetGenSetRegions[expr, pts, index, attrs] sets the regions in a TetGen expression.