Math387.RoundToInt64 / RoundToInt64f Method

Overload List

#SignatureDescription
1function RoundToInt64(const X: Double): Int64;Rounds double precision floating point number towards nearest integer (banker) and converts to 64bit integer.
2function 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.

#NameTypeDescription
1XDouble

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.

#NameTypeDescription
1XSingle

Returns: Int64