Math387.RoundToInt64 / RoundToInt64f Method

Overload List

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

#NameTypeDescription
1XDoublescalar

Returns: Int64

Overload 2: Int64 RoundToInt64f(Single X)

Rounds single precision floating point number towards nearest integer (banker) and converts to 64bit integer.

#NameTypeDescription
1XSinglescalar

Returns: Int64