Click or drag to resize
gmp_libmpq_mul Method
Set product to multiplier * multiplicand.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void mpq_mul(
	mpq_t product,
	mpq_t multiplier,
	mpq_t multiplicand
)

Parameters

product
Type: Math.Gmp.Nativempq_t
The result rational.
multiplier
Type: Math.Gmp.Nativempq_t
The first operand rational.
multiplicand
Type: Math.Gmp.Nativempq_t
The second operand rational.
Examples
See Also