tartar
/
com.github.adriantodt.tartar.extensions
/
LexicalNumber
/
Decimal
common
Decimal
data class
Decimal
(string:
String
, value:
Double
, isFloat:
Boolean
) :
LexicalNumber
Content copied to clipboard
Read number is a decimal.
Constructors
Properties
Constructors
Decimal
Link copied to clipboard
common
fun
Decimal
(string:
String
, value:
Double
, isFloat:
Boolean
= false)
Content copied to clipboard
Properties
isFloat
Link copied to clipboard
common
val
isFloat
:
Boolean
= false
Content copied to clipboard
string
Link copied to clipboard
common
open override val
string
:
String
Content copied to clipboard
value
Link copied to clipboard
common
val
value
:
Double
Content copied to clipboard