gmp_libmpz_lcm_ui Method |
Namespace: Math.Gmp.Native
public static void mpz_lcm_ui( mpz_t rop, mpz_t op1, uint op2 )
Public Shared Sub mpz_lcm_ui ( rop As mpz_t, op1 As mpz_t, op2 As UInteger )
public: static void mpz_lcm_ui( mpz_t^ rop, mpz_t^ op1, unsigned int op2 )
static member mpz_lcm_ui : rop : mpz_t * op1 : mpz_t * op2 : uint32 -> unit
rop is always positive, irrespective of the signs of op1 and op2. rop will be zero if either op1 or op2 is zero.