ClMtxExpr.Round Method

Overload List

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

Overload 1: clMatrix Round(TOpenCLMatrix X)

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls Dew.Math.clMatrix.Round

Overload 2: clValue Round(TOpenCLValue X)

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls Dew.Math.clValue.Round

Overload 3: clVector Round(TOpenCLVector X)

Rounds values to the closest integer.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls Dew.Math.clVector.Round