public class SNum extends Object
| Modifier and Type | Method and Description |
|---|---|
static SNum |
apply(BigDecimal i) |
static SNum |
apply(Integer i) |
BigDecimal |
toBigDecimal() |
BigInteger |
toBigInteger() |
Double |
toDouble() |
Float |
toFloat() |
Integer |
toInt() |
Long |
toLong() |
SInt |
toSInt() |
SLong |
toSLong() |
String |
toString() |
public static SNum apply(BigDecimal i)
public BigDecimal toBigDecimal()
public BigInteger toBigInteger()
public Double toDouble()
public Float toFloat()
public Integer toInt()
public Long toLong()
public SInt toSInt()
public SLong toSLong()
Copyright © 2015. All rights reserved.