Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe BigIntegerGmp
+ Graphe d'héritage de BigIntegerGmp:

Fonctions membres publiques

 __clone ()
 
 __toString ()
 
 toInteger ()
 
 isNegative ()
 
 compare ($number)
 
 add ($b)
 
 subtract ($b)
 
 multiply ($b)
 
 modulus ($b)
 
 toPower ($b)
 
 shiftRight ($bits=8)
 
 shiftLeft ($bits=8)
 
 absoluteValue ()
 
- Fonctions membres publiques hérités de BigInteger
 __clone ()
 
 __toString ()
 
 toInteger ()
 
 isNegative ()
 
 compare ($number)
 
 add ($b)
 
 subtract ($b)
 
 multiply ($b)
 
 modulus ($b)
 
 toPower ($b)
 
 shiftRight ($bits=8)
 
 shiftLeft ($bits=8)
 
 absoluteValue ()
 

Fonctions membres protégées

 _fromString ($str)
 
 _fromInteger ($integer)
 
 _unwrap ($number)
 
- Fonctions membres protégées hérités de BigInteger
 __construct ()
 
 _fromString ($str)
 
 _fromInteger ($integer)
 

Attributs protégés

 $_rh
 

Membres hérités additionnels

- Fonctions membres publiques statiques hérités de BigInteger
static setPrefer ($prefer=null)
 
static create ($val)
 

Documentation des fonctions membres

◆ __clone()

__clone ( )

◆ __toString()

__toString ( )

◆ _fromInteger()

_fromInteger (   $integer)
protected

◆ _fromString()

_fromString (   $str)
protected

◆ _unwrap()

◆ absoluteValue()

absoluteValue ( )

◆ add()

add (   $b)

Références $b, et BigIntegerGmp\_unwrap().

◆ compare()

compare (   $number)

Références BigIntegerGmp\_unwrap().

Référencé par BigIntegerGmp\toInteger().

◆ isNegative()

isNegative ( )

◆ modulus()

modulus (   $b)

Références $b, et BigIntegerGmp\_unwrap().

◆ multiply()

multiply (   $b)

Références $b, et BigIntegerGmp\_unwrap().

◆ shiftLeft()

shiftLeft (   $bits = 8)

◆ shiftRight()

shiftRight (   $bits = 8)

◆ subtract()

subtract (   $b)

Références $b, et BigIntegerGmp\_unwrap().

◆ toInteger()

toInteger ( )

Références $this, et BigIntegerGmp\compare().

◆ toPower()

toPower (   $b)

Références $b.

Documentation des champs

◆ $_rh

$_rh
protected

La documentation de cette classe a été générée à partir du fichier suivant :