Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Vector Ceil(TVec *X); | Compute the Ceil function from the source and return the result. |
| 2 | Matrix Ceil(TMtx *X); | Compute the Ceil function from the source and return the result. |
Overload 1: Vector Ceil(TVec *X);
Compute the Ceil function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVec * |
Remarks:
Internally calls Vector::Ceil
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler
Overload 2: Matrix Ceil(TMtx *X);
Compute the Ceil function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtx * |
Remarks:
Internally calls Matrix::Ceil
Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler