ClMtxExpr.Floor Method

Overload List

#SignatureDescription
1clMatrix Floor(TOpenCLMatrix X)Result = the floor function from the source
2clValue Floor(TOpenCLValue X)Result = the floor function from the source
3clVector Floor(TOpenCLVector X)Result = the floor function from the source

Overload 1: clMatrix Floor(TOpenCLMatrix X)

Compute the floor function from the source.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.Floor

Overload 2: clValue Floor(TOpenCLValue X)

Compute the floor function from the source.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.Floor

Overload 3: clVector Floor(TOpenCLVector X)

Compute the floor function from the source.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.Floor