ClMtxExpr.Ceil Method

Overload List

#SignatureDescription
1function Ceil(X: TOpenCLMatrix): clMatrix;Result = the Ceil function from the source and return the result
2function Ceil(X: TOpenCLValue): clValue;Result = the Ceil function from the source and return the result
3function Ceil(X: TOpenCLVector): clVector;Result = the Ceil function from the source and return the result

Overload 1: function Ceil(X: TOpenCLMatrix): clMatrix;

Compute the Ceil function from the source and return the result.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.Ceil

Overload 2: function Ceil(X: TOpenCLValue): clValue;

Compute the Ceil function from the source and return the result.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.Ceil

Overload 3: function Ceil(X: TOpenCLVector): clVector;

Compute the Ceil function from the source and return the result.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.Ceil