ClMtxExpr.ArcCsc Method

Overload List

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

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

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcCsc

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

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcCsc

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

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcCsc