toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.primitiveInstances
/
VBigDecimal
VBig
Decimal
interface
VBigDecimal
:
Comparable
<
VDecimal
>
,
VDecimal
(
source
)
Members
Properties
is
Integer
Link copied to clipboard
open
val
isInteger
:
Boolean
xml
String
Link copied to clipboard
abstract
val
xmlString
:
String
Functions
compare
To
Link copied to clipboard
abstract
operator
fun
compareTo
(
other
:
VBigDecimal
)
:
Int
abstract
operator
fun
compareTo
(
other
:
VDecimal
)
:
Int
to
Double
Link copied to clipboard
open
fun
toDouble
(
)
:
Double
to
Int
Link copied to clipboard
abstract
fun
toInt
(
)
:
Int
to
Long
Link copied to clipboard
abstract
fun
toLong
(
)
:
Long
to
VDecimal
Link copied to clipboard
open
override
fun
toVDecimal
(
)
:
VBigDecimal