MtxExpr.Ceil Method

Overload List

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

Overload 1: Matrix Ceil(TMtx X)

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

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Ceil

Overload 2: Vector Ceil(TVec X)

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

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Ceil