Skip to content
Reference > Classes

BigDecimal

Definition

BigDecimal var = .... ;

Extends

Extended By

None

Description

An unbounded, signed decimal

Method Summary

Owner Name Return Type Description
BigDecimal constructor(value) BigDecimal Initialize a BigDecimal object
BigDecimal constructor(value) BigDecimal cast a string to a BigDecimal
Object getClassName() String Returns the string name of this object's class type.
Object toJson() String Returns a json representation of this object.

Method Definitions


constructor(value)

BigDecimal bigdecimal = new BigDecimal(Number value)

Description

Initialize a BigDecimal object

Parameter Definition

Name Type Description
value Number 

constructor(value)

BigDecimal bigdecimal = new BigDecimal(String value)

Description

cast a string to a BigDecimal

Parameter Definition

Name Type Description
value String