MtxExpr.Ceil Method

Overload List

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

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

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

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Ceil

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

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

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Ceil