Long, a 64-bit signed integer (equivalent to Java's long primitive type) is a subtype of scala.AnyVal. Instances of Long are not represented by an object in the underlying runtime system.
The companion object provides useful non-primitive operations as extension methods.
Attributes
- Companion
- object
- Source
- Long.scala
- Graph
-
- Supertypes
Members list
Value members
Abstract methods
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns true if this value is not equal to x, false otherwise.
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Double.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Float.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the remainder of the division of this value by x.
Returns the remainder of the division of this value by x.
Value parameters
- x
-
the divisor
Attributes
- Source
- Long.scala
Returns the bitwise AND of this value and x.
Returns the bitwise AND of this value and x.
Value parameters
- x
-
the value to AND with this value
Attributes
- Example
-
(0xf0 & 0xaa) == 0xa0 // in binary: 11110000 // & 10101010 // -------- // 10100000 - Source
- Long.scala
Returns the bitwise AND of this value and x.
Returns the bitwise AND of this value and x.
Value parameters
- x
-
the value to AND with this value
Attributes
- Example
-
(0xf0 & 0xaa) == 0xa0 // in binary: 11110000 // & 10101010 // -------- // 10100000 - Source
- Long.scala
Returns the bitwise AND of this value and x.
Returns the bitwise AND of this value and x.
Value parameters
- x
-
the value to AND with this value
Attributes
- Example
-
(0xf0 & 0xaa) == 0xa0 // in binary: 11110000 // & 10101010 // -------- // 10100000 - Source
- Long.scala
Returns the bitwise AND of this value and x.
Returns the bitwise AND of this value and x.
Value parameters
- x
-
the value to AND with this value
Attributes
- Example
-
(0xf0 & 0xaa) == 0xa0 // in binary: 11110000 // & 10101010 // -------- // 10100000 - Source
- Long.scala
Returns the bitwise AND of this value and x.
Returns the bitwise AND of this value and x.
Value parameters
- x
-
the value to AND with this value
Attributes
- Example
-
(0xf0 & 0xaa) == 0xa0 // in binary: 11110000 // & 10101010 // -------- // 10100000 - Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Double.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Float.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the product of this value and x.
Returns the product of this value and x.
Value parameters
- x
-
the value to multiply this value by
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Double.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Float.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the sum of this value and x.
Returns the sum of this value and x.
Value parameters
- x
-
the value to add to this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Double.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Float.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the difference of this value and x.
Returns the difference of this value and x.
Value parameters
- x
-
the value to subtract from this value
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Double.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Float.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns the quotient of this value and x.
Returns the quotient of this value and x.
Value parameters
- x
-
the value to divide this value by
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is less than x, false otherwise.
Returns true if this value is less than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.
Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.
Value parameters
- x
-
the number of bits to shift left
Attributes
- Example
-
6 << 3 == 48 // in binary: 0110 << 3 == 0110000 - Source
- Long.scala
Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.
Returns this value bit-shifted left by the specified number of bits, filling in the new right bits with zeroes.
Value parameters
- x
-
the number of bits to shift left
Attributes
- Example
-
6 << 3 == 48 // in binary: 0110 << 3 == 0110000 - Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is less than or equal to x, false otherwise.
Returns true if this value is less than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is equal to x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against this one
Attributes
- Source
- Double.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Float.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than x, false otherwise.
Returns true if this value is greater than x, false otherwise.
Value parameters
- x
-
the value to compare against
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Double.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Float.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns true if this value is greater than or equal to x, false otherwise.
Returns true if this value is greater than or equal to x, false otherwise.
Attributes
- Source
- Long.scala
Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.
Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.
Value parameters
- x
-
the number of bits to shift right
Attributes
- Example
-
-21 >> 3 == -3 // in binary: 11111111 11111111 11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 - Source
- Long.scala
Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.
Returns this value bit-shifted right by the specified number of bits, filling in the left bits with the same value as the left-most bit of this. The effect of this is to retain the sign of the value.
Value parameters
- x
-
the number of bits to shift right
Attributes
- Example
-
-21 >> 3 == -3 // in binary: 11111111 11111111 11111111 11101011 >> 3 == // 11111111 11111111 11111111 11111101 - Source
- Long.scala
Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.
Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.
Attributes
- Example
-
@example-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101
@param x the number of bits to shift right - Source
- Long.scala
Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.
Returns this value bit-shifted right by the specified number of bits, filling the new left bits with zeroes.
Attributes
- Example
-
@example-21 >>> 3 == 536870909 // in binary: 11111111 11111111 11111111 11101011 >>> 3 == // 00011111 11111111 11111111 11111101
@param x the number of bits to shift right - Source
- Long.scala
Returns the bitwise XOR of this value and x.
Returns the bitwise XOR of this value and x.
Value parameters
- x
-
the value to XOR with this value
Attributes
- Example
-
(0xf0 ^ 0xaa) == 0x5a // in binary: 11110000 // ^ 10101010 // -------- // 01011010 - Source
- Long.scala
Returns the bitwise XOR of this value and x.
Returns the bitwise XOR of this value and x.
Value parameters
- x
-
the value to XOR with this value
Attributes
- Example
-
(0xf0 ^ 0xaa) == 0x5a // in binary: 11110000 // ^ 10101010 // -------- // 01011010 - Source
- Long.scala
Returns the bitwise XOR of this value and x.
Returns the bitwise XOR of this value and x.
Value parameters
- x
-
the value to XOR with this value
Attributes
- Example
-
(0xf0 ^ 0xaa) == 0x5a // in binary: 11110000 // ^ 10101010 // -------- // 01011010 - Source
- Long.scala
Returns the bitwise XOR of this value and x.
Returns the bitwise XOR of this value and x.
Value parameters
- x
-
the value to XOR with this value
Attributes
- Example
-
(0xf0 ^ 0xaa) == 0x5a // in binary: 11110000 // ^ 10101010 // -------- // 01011010 - Source
- Long.scala
Returns the bitwise XOR of this value and x.
Returns the bitwise XOR of this value and x.
Value parameters
- x
-
the value to XOR with this value
Attributes
- Example
-
(0xf0 ^ 0xaa) == 0x5a // in binary: 11110000 // ^ 10101010 // -------- // 01011010 - Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Double.scala
Attributes
- Source
- Float.scala
Attributes
- Source
- Long.scala
Returns this value, unmodified.
Returns this value, unmodified.
Returns this value, unmodified.
Returns the negation of this value.
Returns the negation of this value.
Returns the negation of this value.
Returns the bitwise negation of this value.
Returns the bitwise negation of this value.
Attributes
- Example
-
~5 == -6 // in binary: ~00000101 == // 11111010 - Source
- Long.scala
Returns the bitwise OR of this value and x.
Returns the bitwise OR of this value and x.
Value parameters
- x
-
the value to OR with this value
Attributes
- Example
-
(0xf0 | 0xaa) == 0xfa // in binary: 11110000 // | 10101010 // -------- // 11111010 - Source
- Long.scala
Returns the bitwise OR of this value and x.
Returns the bitwise OR of this value and x.
Value parameters
- x
-
the value to OR with this value
Attributes
- Example
-
(0xf0 | 0xaa) == 0xfa // in binary: 11110000 // | 10101010 // -------- // 11111010 - Source
- Long.scala
Returns the bitwise OR of this value and x.
Returns the bitwise OR of this value and x.
Value parameters
- x
-
the value to OR with this value
Attributes
- Example
-
(0xf0 | 0xaa) == 0xfa // in binary: 11110000 // | 10101010 // -------- // 11111010 - Source
- Long.scala
Returns the bitwise OR of this value and x.
Returns the bitwise OR of this value and x.
Value parameters
- x
-
the value to OR with this value
Attributes
- Example
-
(0xf0 | 0xaa) == 0xfa // in binary: 11110000 // | 10101010 // -------- // 11111010 - Source
- Long.scala
Returns the bitwise OR of this value and x.
Returns the bitwise OR of this value and x.
Value parameters
- x
-
the value to OR with this value
Attributes
- Example
-
(0xf0 | 0xaa) == 0xfa // in binary: 11110000 // | 10101010 // -------- // 11111010 - Source
- Long.scala
Concrete methods
Returns the absolute value of this.
Compares this to that according to the standard total ordering.
Compares this to that according to the standard total ordering.
Returns:
- a positive value if
this > that - a negative value if
this < that 0ifthis == that
Attributes
- Source
- Long.scala
Returns true iff this is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.
Returns true iff this is within the range of scala.Byte MinValue and MaxValue; otherwise returns false.
Attributes
- Source
- Long.scala
Returns true iff this is within the range of scala.Char MinValue and MaxValue; otherwise returns false.
Returns true iff this is within the range of scala.Char MinValue and MaxValue; otherwise returns false.
Attributes
- Source
- Long.scala
Returns true iff this is within the range of scala.Int MinValue and MaxValue; otherwise returns false.
Returns true iff this is within the range of scala.Int MinValue and MaxValue; otherwise returns false.
Attributes
- Source
- Long.scala
Returns true iff this is within the range of scala.Short MinValue and MaxValue; otherwise returns false.
Returns true iff this is within the range of scala.Short MinValue and MaxValue; otherwise returns false.
Attributes
- Source
- Long.scala
Returns this if this > that or that otherwise.
Returns this if this < that or that otherwise.
Returns the sign of this.
Returns the sign of this.
0 if this == 0, -1 if this < 0 and 1 if this > 0.
Attributes
- Source
- Long.scala
A scala.collection.immutable.NumericRange from this up to and including end.
A scala.collection.immutable.NumericRange from this up to and including end.
Value parameters
- end
-
The final bound of the range to make.
Attributes
- Source
- Long.scala
A scala.collection.immutable.NumericRange from this up to and including end.
A scala.collection.immutable.NumericRange from this up to and including end.
Value parameters
- end
-
The final bound of the range to make.
- step
-
The number to increase by for each step of the range.
Attributes
- Source
- Long.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Long.scala
Attributes
- Source
- Long.scala
A scala.collection.immutable.NumericRange from this up to but not including end.
A scala.collection.immutable.NumericRange from this up to but not including end.
Value parameters
- end
-
The final bound of the range to make.
Attributes
- Source
- Long.scala
A scala.collection.immutable.NumericRange from this up to but not including end.
A scala.collection.immutable.NumericRange from this up to but not including end.
Value parameters
- end
-
The final bound of the range to make.
- step
-
The number to increase by for each step of the range.
Attributes
- Source
- Long.scala
Deprecated methods
Attributes
- Deprecated
-
[Since version 2.13.0]Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"` - Source
- Double.scala
Attributes
- Deprecated
-
[Since version 2.13.0]Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"` - Source
- Float.scala
Attributes
- Deprecated
-
[Since version 2.13.0]Adding a number and a String is deprecated. Use the string interpolation `s\"$num$str\"` - Source
- Long.scala
Returns true iff this is within the range of scala.Long MinValue and MaxValue; otherwise returns false.
Returns true iff this is within the range of scala.Long MinValue and MaxValue; otherwise returns false.
Attributes
- Deprecated
-
[Since version 3.10.0]isValidLong on Long is always true - Source
- Long.scala
Returns '''true''' if this number has no decimal component. Always '''true''' for Long.
Returns '''true''' if this number has no decimal component. Always '''true''' for Long.
Attributes
- Deprecated
-
[Since version 2.12.15]isWhole on Long is always true - Source
- Long.scala
There is no reason to round an Int, but this method is provided to avoid accidental loss of precision from a detour through Double.
There is no reason to round an Int, but this method is provided to avoid accidental loss of precision from a detour through Double.
Attributes
- Deprecated
-
[Since version 2.11.0]this is an integer type; there is no reason to round it. Perhaps you meant to call this on a floating-point value? - Source
- Long.scala
Returns the signum of this.
Returns the signum of this.
Attributes
- Deprecated
-
[Since version 2.13.0]use `sign` method instead - Source
- Long.scala