ClMtxExpr.Floor Method

Overload List

#SignatureDescription
1function Floor(X: TOpenCLMatrix): clMatrix;Result = the floor function from the source
2function Floor(X: TOpenCLValue): clValue;Result = the floor function from the source
3function 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.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.Floor

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

Compute the floor function from the source.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.Floor

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

Compute the floor function from the source.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.Floor