ClMtxExpr.Round Method

Overload List

#SignatureDescription
1function Round(X: TOpenCLMatrix): clMatrix;Rounds values to the closest integer.
2function Round(X: TOpenCLValue): clValue;Rounds values to the closest integer.
3function Round(X: TOpenCLVector): clVector;Rounds values to the closest integer.

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

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.Round

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

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.Round

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

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.Round