function Divide(Num: TOpenCLValue; Den: TOpenCLValue): TOpenCLValue;
Divide Num with Den.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Num | TOpenCLValue | source TOpenCLValue |
| 2 | Den | TOpenCLValue | source TOpenCLValue |
Returns: TOpenCLValue
Remarks:
FloatPrecision and TOpenCLBase.Complex property of the calling object are set automatically. 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.