LongMul
You can use theLongMulprocedure to multiply two 32-bit quantities and obtain a 64-bit quantity.
Procedure LongMul (a, b: LongInt; VAR result: Int64Bit);
a- The first operand, which is a variable of type
LongInt.b- The second operand, which is a variable of type
LongInt.result- A pointer to the returned value.
DESCRIPTION
Given two variables of typeLongInt, theLongMulprocedure multiplies the two variables specified in parameteraandb, and returns the value in the variable specified by theresultparameter.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help