Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Popular Words: [xss] %27 int test テスト

Results 191 - 200 of 5,220 for int (0.06 seconds)

  1. Passing Functions Around | Scala Book | Scala D...

    ( i : Int ) : Int = i * 2 //a method that doubles an Int val doubles...like this: def double ( i : Int ) : Int = i * 2 you can then pass...
    docs.scala-lang.org/overviews/scala-book/passing-functions-around.html
    Fri Feb 06 04:30:27 GMT 2026
      68.6K bytes
  2. Functional Error Handling | Scala 3 — Book | Sc...

    strings convert to Int values, y will be a Some[Int] , i.e., an integer...def makeInt ( s : String ) : Int = try { Integer . parseInt (...
    docs.scala-lang.org/scala3/book/fp-functional-error-handling.html
    Fri Feb 06 04:30:27 GMT 2026
      107.2K bytes
  3. Overview | Parallel Collections | Scala Documen...

    sum res01: Int = 467766 scala> var sum = 0 sum: Int = 0 scala>...sum res02: Int = 457073 scala> var sum = 0 sum: Int = 0 scala>...
    docs.scala-lang.org/overviews/parallel-collections/overview.html
    Fri Feb 06 04:30:27 GMT 2026
      55.2K bytes
  4. Pattern Matching | Tour of Scala | Scala Docume...

    Random val x : Int = Random . nextInt ( 10 ) x match...import scala.util.Random val x : Int = Random . nextInt ( 10 ) x match...
    docs.scala-lang.org/tour/pattern-matching.html
    Fri Feb 06 04:30:27 GMT 2026
      81.9K bytes
  5. Floating-Point Objects — Python 3.14.3 document...

    int PyFloat_Pack2 ( double x , char * p , int le ) Pack...format. int PyFloat_Pack4 ( double x , char * p , int le ) Pack...
    docs.python.org/3/c-api/float.html
    Fri Feb 06 03:23:27 GMT 2026
      47K bytes
  6. Right-Associative By-Name Operators | Scala Doc...

    f(i: Int) = { println("Generating "+i); i } f: (i: Int)Int scala>...scala.collection.immutable.Stream[Int] = Stream(1, ?) The LazyList...
    docs.scala-lang.org/sips/39.html
    Fri Feb 06 04:30:27 GMT 2026
      28.8K bytes
  7. Symbols, Trees, and Types | Reflection | Scala ...

    <:w Short Short <:w Int Char <:w Int Int <:w Long Long <:w Float...numeric types Int and Double : scala> typeOf[Int] weak_<:< typeOf[Double]...
    docs.scala-lang.org/overviews/reflection/symbols-trees-types.html
    Fri Feb 06 04:30:27 GMT 2026
      93.6K bytes
  8. Singleton Objects | Scala 3 — Book | Scala Docu...

    AddService { def add ( a : Int , b : Int ) = a + b } trait MultiplyService...MultiplyService { def multiply ( a : Int , b : Int ) = a * b } // implement...
    docs.scala-lang.org/scala3/book/taste-objects.html
    Thu Feb 05 16:30:25 GMT 2026
      82.3K bytes
  9. A Few Built-In Types | Scala Book | Scala Docum...

    default to Int and Double : scala > val i = 123 i : Int = 123 scala...types: val b : Byte = 1 val x : Int = 1 val l : Long = 1 val s :...
    docs.scala-lang.org/overviews/scala-book/built-in-types.html
    Fri Feb 06 04:30:27 GMT 2026
      65.9K bytes
  10. 代数数据类型 | Scala 3 — Book | Scala Documentation

    : case IntBox ( n: Int ) extends Box [ Int ]( n ) case BoolBox...枚举可以参数化: enum Color ( val rgb : Int ) : case Red extends Color (...
    docs.scala-lang.org/zh-cn/scala3/book/types-adts-gadts.html
    Fri Feb 06 04:30:27 GMT 2026
      453K bytes
Back to Top