MtxExpr.Floor Method

Overload List

#SignatureDescription
1Matrix Floor(TMtx X)Result = the floor function from the source
2Vector Floor(TVec X)Result = the floor function from the source

Overload 1: Matrix Floor(TMtx X)

Compute the floor function from the source.

#NameTypeDescription
1XTMtxsource TMtx

Returns: Matrix

Remarks:

Internally calls Dew.Math.Matrix.Floor

Overload 2: Vector Floor(TVec X)

Compute the floor function from the source.

#NameTypeDescription
1XTVecsource TVec

Returns: Vector

Remarks:

Internally calls Dew.Math.Vector.Floor