toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
xmlschema
/
io.github.pdvrieze.formats.xmlschema.datatypes.primitiveInstances
/
VDecimal
VDecimal
interface
VDecimal
:
VAnyAtomicType
(
source
)
Inheritors
VBigDecimal
VInteger
Members
Properties
xml
String
Link copied to clipboard
abstract
val
xmlString
:
String
Functions
compare
To
Link copied to clipboard
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
fun
toVDecimal
(
)
:
VBigDecimal