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

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

 $_str
 

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 ( )

Références BigIntegerBcmath\$_str.

◆ _fromInteger()

_fromInteger (   $integer)
protected

◆ _fromString()

_fromString (   $str)
protected

◆ _unwrap()

◆ absoluteValue()

absoluteValue ( )

Références BigIntegerBcmath\$_str.

◆ add()

add (   $b)

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

◆ compare()

compare (   $number)

◆ isNegative()

isNegative ( )

Référencé par BigIntegerBcmath\modulus().

◆ modulus()

modulus (   $b)

◆ multiply()

multiply (   $b)

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

◆ shiftLeft()

shiftLeft (   $bits = 8)

◆ shiftRight()

shiftRight (   $bits = 8)

◆ subtract()

subtract (   $b)

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

◆ toInteger()

toInteger ( )

◆ toPower()

toPower (   $b)

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

Documentation des champs

◆ $_str


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