Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function RoundToInt64(const X: Double): Int64; | Rounds double precision floating point number towards nearest integer (banker) and converts to 64bit integer. |
| 2 | function RoundToInt64f(const X: Single): Int64; | Rounds single precision floating point number towards nearest integer (banker) and converts to 64bit integer. |
Overload 1: function RoundToInt64(const X: Double): Int64;
Rounds double precision floating point number towards nearest integer (banker) and converts to 64bit integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double |
Returns: Int64
Overload 2: function RoundToInt64f(const X: Single): Int64;
Rounds single precision floating point number towards nearest integer (banker) and converts to 64bit integer.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single |
Returns: Int64