MtxExpr.ArcSec Method

Overload List

#SignatureDescription
1function ArcSec(const X: TMtx): Matrix;Result = the ArcSec function from the source and return the result
2function ArcSec(const X: TVec): Vector;Result = the ArcSec function from the source and return the result

Overload 1: function ArcSec(const X: TMtx): Matrix;

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.ArcSec

Overload 2: function ArcSec(const X: TVec): Vector;

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.ArcSec