object NumberHelpers
- Alphabetic
- By Inheritance
- NumberHelpers
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val RadixRangeRegex: Regex
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def parseBigInt(numberString: String): BigInt
Parse a string with an optional radix prefix and return the number
Parse a string with an optional radix prefix and return the number
- numberString
string containing a number
- def parseBigIntWithRadix(numberString: String): (BigInt, Int)
Parse a string with an optional radix prefix and return the number and the radix
Parse a string with an optional radix prefix and return the number and the radix
- numberString
string representation of number with possible radix prefix
- def parseIntRangeWithRadix(rangeString: String): IndicesAndRadix
Parses a list of numbers separated by commas and allowing ranges "x-y" in place of a number numbers must be positive, returns a list of indices and remembers the one radix used Examples 10-100 or o7-o11 or 0xAA-0xBB or hA1,hA2,hA3
Parses a list of numbers separated by commas and allowing ranges "x-y" in place of a number numbers must be positive, returns a list of indices and remembers the one radix used Examples 10-100 or o7-o11 or 0xAA-0xBB or hA1,hA2,hA3
- rangeString
A string list of numbers
- def radixFromString(radixCode: String): Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)