VBigDecimal

Properties

Link copied to clipboard
open val isInteger: Boolean
Link copied to clipboard
abstract val xmlString: String

Functions

Link copied to clipboard
abstract operator fun compareTo(other: VBigDecimal): Int
abstract operator fun compareTo(other: VDecimal): Int
Link copied to clipboard
open fun toDouble(): Double
Link copied to clipboard
abstract fun toInt(): Int
Link copied to clipboard
abstract fun toLong(): Long
Link copied to clipboard
open override fun toVDecimal(): VBigDecimal