MtxExpr.Sign Method

Overload List

#SignatureDescription
1function Sign(const X: TMtx): Matrix;Change the sign of the source data.
2function Sign(const X: TVec): Vector;Change the sign of the source data.

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

Change the sign of the source data.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Sign

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

Change the sign of the source data.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Sign