RPA JS 扩展开发文档

RPA JS 扩展开发文档

  • SDK接口说明
  • 代码示例

xsy-breeze-ui-rpa > BigNumber > valueOf

BigNumber.valueOf() method

As toString, but does not accept a base argument and includes the minus sign for negative zero.

``ts x = new BigNumber('-0') x.toString() // '0' x.valueOf() // '-0' y = new BigNumber('1.777e+457') y.valueOf() // '1.777e+457' ```

Signature:

valueOf(): string;

Returns:

string

Last updated on 12/16/2020
  • BigNumber.valueOf() method
Copyright © 2021 销售易