Skip to content
Reference > Classes

BigInteger

Definition

BigInteger var = .... ;

Extends

Extended By

None

Description

An unbounded, signed integer

Method Summary

Owner Name Return Type Description
BigInteger constructor(value) BigInteger Initialize a BigInteger object
BigInteger constructor(value) BigInteger cast a string to a BigInteger
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)

BigInteger biginteger = new BigInteger(Number value)

Description

Initialize a BigInteger object

Parameter Definition

Name Type Description
value Number 

constructor(value)

BigInteger biginteger = new BigInteger(String value)

Description

cast a string to a BigInteger

Parameter Definition

Name Type Description
value String