Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BigDecimal.php
function BigDecimal::getScale
File
vendor/
brick/
math/
src/
BigDecimal.php
, line 565
Class
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.
Namespace
Brick\Math
Code
public
function
getScale
() : int {
return
$this
->
scale
; }
RSS feed