Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int32 TruncToInt(Double X) | Rounds double precision floating point number towards zero and converts to 32bit integer. |
| 2 | Int32 TruncToIntf(Single X) | Rounds single precision floating point number towards zero and converts to 32bit integer. |
Overload 1: Int32 TruncToInt(Double X)
Rounds double precision floating point number towards zero and converts to 32bit integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Int32
Overload 2: Int32 TruncToIntf(Single X)
Rounds single precision floating point number towards zero and converts to 32bit integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Int32