Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Floor(X: TOpenCLMatrix): clMatrix; | Result = the floor function from the source |
| 2 | function Floor(X: TOpenCLValue): clValue; | Result = the floor function from the source |
| 3 | function Floor(X: TOpenCLVector): clVector; | Result = the floor function from the source |
Overload 1: function Floor(X: TOpenCLMatrix): clMatrix;
Compute the floor function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls clMatrix.Floor
Overload 2: function Floor(X: TOpenCLValue): clValue;
Compute the floor function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls clValue.Floor
Overload 3: function Floor(X: TOpenCLVector): clVector;
Compute the floor function from the source.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls clVector.Floor