- Sort Score
- Num 10 results
- Language All
- Labels All
Results 191 - 200 of 5,220 for int (0.06 seconds)
-
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.htmlFri Feb 06 04:30:27 GMT 2026 68.6K bytes -
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.htmlFri Feb 06 04:30:27 GMT 2026 107.2K bytes -
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.htmlFri Feb 06 04:30:27 GMT 2026 55.2K bytes -
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.htmlFri Feb 06 04:30:27 GMT 2026 81.9K bytes -
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.htmlFri Feb 06 03:23:27 GMT 2026 47K bytes -
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.htmlFri Feb 06 04:30:27 GMT 2026 28.8K bytes -
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.htmlFri Feb 06 04:30:27 GMT 2026 93.6K bytes -
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.htmlThu Feb 05 16:30:25 GMT 2026 82.3K bytes -
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.htmlFri Feb 06 04:30:27 GMT 2026 65.9K bytes -
代数数据类型 | 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.htmlFri Feb 06 04:30:27 GMT 2026 453K bytes