Math387.TruncToInt64 / TruncToInt64f Method

Overload List

#SignatureDescription
1Int64 TruncToInt64(Double X)Rounds double precision floating point number towards zero and converts to 64bit integer.
2Int64 TruncToInt64f(Single X)Rounds single precision floating point number towards zero and converts to 64bit integer.

Overload 1: Int64 TruncToInt64(Double X)

Rounds double precision floating point number towards zero and converts to 64bit integer.

#NameTypeDescription
1XDoublescalar

Returns: Int64

Overload 2: Int64 TruncToInt64f(Single X)

Rounds single precision floating point number towards zero and converts to 64bit integer.

#NameTypeDescription
1XSinglescalar

Returns: Int64