Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/Double

Double

scala.Double
See theDouble companion object
final abstractclassDouble() extendsAnyVal

Double, a 64-bit IEEE-754 floating point number (equivalent to Java'sdouble primitive type) is a subtype ofscala.AnyVal. Instances ofDouble are not represented by an object in the underlying runtime system.

There is an implicit conversion fromscala.Double =>scala.runtime.RichDouble which provides useful non-primitive operations.

Attributes

Companion
object
Source
Double.scala
Graph
Supertypes
classAnyVal
traitMatchable
classAny

Members list

Value members

Abstract methods

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala
def!=(x:Int):Boolean

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is not equal to x,false otherwise.

Returnstrue if this value is not equal to x,false otherwise.

Attributes

Source
Double.scala
def%(x:Byte):Double

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala
def%(x:Short):Double

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala
def%(x:Char):Double

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala
def%(x:Int):Double

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala
def%(x:Long):Double

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala
def%(x:Float):Double

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala

Returns the remainder of the division of this value byx.

Returns the remainder of the division of this value byx.

Attributes

Source
Double.scala
def*(x:Byte):Double

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala
def*(x:Short):Double

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala
def*(x:Char):Double

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala
def*(x:Int):Double

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala
def*(x:Long):Double

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala
def*(x:Float):Double

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala

Returns the product of this value andx.

Returns the product of this value andx.

Attributes

Source
Double.scala
def+(x:Byte):Double

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala
def+(x:Short):Double

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala
def+(x:Char):Double

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala
def+(x:Int):Double

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala
def+(x:Long):Double

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala
def+(x:Float):Double

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala

Returns the sum of this value andx.

Returns the sum of this value andx.

Attributes

Source
Double.scala
def-(x:Byte):Double

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala
def-(x:Short):Double

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala
def-(x:Char):Double

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala
def-(x:Int):Double

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala
def-(x:Long):Double

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala
def-(x:Float):Double

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala

Returns the difference of this value andx.

Returns the difference of this value andx.

Attributes

Source
Double.scala
def/(x:Byte):Double

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala
def/(x:Short):Double

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala
def/(x:Char):Double

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala
def/(x:Int):Double

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala
def/(x:Long):Double

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala
def/(x:Float):Double

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala

Returns the quotient of this value andx.

Returns the quotient of this value andx.

Attributes

Source
Double.scala
def<(x:Byte):Boolean

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala
def<(x:Char):Boolean

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala
def<(x:Int):Boolean

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala
def<(x:Long):Boolean

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than x,false otherwise.

Returnstrue if this value is less than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala
def<=(x:Int):Boolean

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is less than or equal to x,false otherwise.

Returnstrue if this value is less than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala
def==(x:Int):Boolean

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is equal to x,false otherwise.

Returnstrue if this value is equal to x,false otherwise.

Attributes

Source
Double.scala
def>(x:Byte):Boolean

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala
def>(x:Char):Boolean

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala
def>(x:Int):Boolean

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala
def>(x:Long):Boolean

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than x,false otherwise.

Returnstrue if this value is greater than x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala
def>=(x:Int):Boolean

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala

Returnstrue if this value is greater than or equal to x,false otherwise.

Returnstrue if this value is greater than or equal to x,false otherwise.

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Attributes

Source
Double.scala

Returns this value, unmodified.

Returns this value, unmodified.

Attributes

Source
Double.scala

Returns the negation of this value.

Returns the negation of this value.

Attributes

Source
Double.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
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp