CUDAColorNegate[image] performs color negation on image.CUDAColorNegate[list] performs color negation on list.CUDAColorNegate[mem] performs color negation on memory ...
CUDAMemoryCopyToHost[mem] force copies CUDAMemory from the GPU to the CPU.
SQLConnectionPool[...] is an object that represents a connection pool to a data source.
SQLResultSetCurrent[rs] reads the current row from a result set.
SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
SQLResultSetTake[rs, {m, n}] reads rows m through n from a result set.
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
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 ...
RenkoChart[{{date_1, p_1}, {date_2, p_2}, ...}] makes a Renko chart with prices p_i at date date_i.RenkoChart[{" name", daterange}] makes a Renko chart of closing prices for ...
When summarizing data, it is often useful to analyze it by subgroup. For example, crop yields could be categorized by seed variety, or average patient recovery time by ...