Attributes
- Companion:
- object
- Source:
- YamlNumber.scala
- Graph
- Supertypes
Members list
Value members
Abstract methods
Attributes
- Source:
- YamlNumber.scala
Return this number as a scala.math.BigDecimal.
Return this number as a scala.math.BigInt if it's a sufficiently small whole number.
Return this number as a scala.math.BigInt if it's a sufficiently small whole number.
Attributes
- Source:
- YamlNumber.scala
Convert this number to its best scala.Double approximation.
Convert this number to its best scala.Double approximation.
Anything over Double.MaxValue will be rounded to
Double.PositiveInfinity and anything below Double.MinValue is rounded
to Double.NegativeInfinity.
Attributes
- Source:
- YamlNumber.scala
Convert this number to its best scala.Float approximation.
Convert this number to its best scala.Float approximation.
Anything over Float.MaxValue will be rounded to Float.PositiveInfinity
and anything below Float.MinValue is rounded to
Float.NegativeInfinity.
Attributes
- Source:
- YamlNumber.scala
Return this number as a scala.Long if it's a valid scala.Long.
Concrete methods
Return this number as a scala.Byte if it's a valid scala.Byte.
Return this number as a scala.Short if it's a valid scala.Short.