Overload List
| # | Signature | Description |
|---|---|---|
| 1 | clMatrix Ceil(TOpenCLMatrix X) | Result = the Ceil function from the source and return the result |
| 2 | clValue Ceil(TOpenCLValue X) | Result = the Ceil function from the source and return the result |
| 3 | clVector Ceil(TOpenCLVector X) | Result = the Ceil function from the source and return the result |
Overload 1: clMatrix Ceil(TOpenCLMatrix X)
Compute the Ceil function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls Dew.Math.clMatrix.Ceil
Overload 2: clValue Ceil(TOpenCLValue X)
Compute the Ceil function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls Dew.Math.clValue.Ceil
Overload 3: clVector Ceil(TOpenCLVector X)
Compute the Ceil function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls Dew.Math.clVector.Ceil