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