ClMtxExpr.ArcSec Method

Overload List

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

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

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

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcSec

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

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

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcSec

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

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

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcSec