gmp_lib.mpq_neg Method

GMP Native Interface for .NET

gmp_libmpq_neg Method
Set negated_operand to -operand.

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_neg(
	mpq_t negated_operand,
	mpq_t operand
)
Public Shared Sub mpq_neg ( 
	negated_operand As mpq_t,
	operand As mpq_t
)
public:
static void mpq_neg(
	mpq_t^ negated_operand, 
	mpq_t^ operand
)
static member mpq_neg : 
        negated_operand : mpq_t * 
        operand : mpq_t -> unit 

Parameters

negated_operand
Type: Math.Gmp.Nativempq_t
The result rational.
operand
Type: Math.Gmp.Nativempq_t
The operand rational.
Examples

No code example is currently available or this language may not be supported.

No code example is currently available or this language may not be supported.

See Also