TOpenCLValue *Divide(TOpenCLValue *Num, TOpenCLValue *Den) const;
Divide Num with Den.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Num | TOpenCLValue * | |
| 2 | Den | TOpenCLValue * |
Remarks:
The result is stored in the calling object.
The result of division by zero will be the INF constant. Division of zero by zero will result in NAN.
Declared in Dew::Math::clValue · Dew.Math/clMtxExpr.h · Cross-compiler