MtxExpr.Csc Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Csc

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Csc