ccDivInt64

Syntax

INT64 = ccDivInt64(A64:Int64,B64:Int64,OPT RoundingControl = @TNOE:Uint)

Description

Divide 2 Int64 Value (A64/B64).

Parameters

A64,B64 - Int64/Int64
RoundingControl - ID
"@TNOE" for (To Nearest Or Even)
"@RoundDown"
"@RoundUP"
"@Truncate"

Return value

The quotient of the division.
Just don't divide by "0"! ;-)

Remarks

ccDivInt64() ist faster as "A64/B64" with an amazing 48%!

Example usage

C64 = ccDivInt64(A64,B64,@Truncate)

See ccDivInt64_Demo.eba