KagiChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Kagi chart with prices p_i at date date_i.KagiChart[{" name", daterange}] makes a Kagi chart of closing prices for the ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
PointFigureChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a point and figure chart with prices p_i at date date_i.PointFigureChart[{" name", daterange}] makes a point and ...
LibraryGenerate[cfun, name, opts] generates a shared library from the compiled function cfun using the name as the exported function name.
CCS
(Cluster Integration Symbol) CCS["name"] represents a Windows Compute Cluster Server with the specified name.
HPC
(Cluster Integration Symbol) HPC["name"] represents a Windows High Performance Computing Server with the specified name.
RemoteServiceInformation[agent] returns information about the services provided by agent.RemoteServiceInformation[] returns information about services provided by agents on ...
SetPropertyValue[name, value] sets a widget property value.SetPropertyValue[{target, name}, value] or SetPropertyValue[{target, name} -> value] sets a widget property value, ...
SetWidgetReference[name, value] registers a widget with string name in the widget registry for the current interface.
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.