Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BigInteger.php
function BigInteger::toFloat
Overrides
BigNumber::toFloat
File
vendor/
brick/
math/
src/
BigInteger.php
, line 906
Class
BigInteger
An arbitrary-size integer.
Namespace
Brick\Math
Code
public
function
toFloat
() : float {
return
(
double
)
$this
->
value
; }
RSS feed