- Sort Score
- Num 10 results
- Language All
- Labels All
Results 321 - 330 of 5,398 for int (0.6 seconds)
-
Enumerations
enum Color(val rgb: Int): case Red extends Color(0xFF0000)...scala> red.ordinal val res0: Int = 0 The companion object of an...docs.scala-lang.org/scala3/reference/enums/enums.htmlTue Jan 27 22:53:02 GMT 2026 45.8K bytes -
@static fields and methods in Scala objects (SI...
public static int x = 5 ; public static int bar ( int y ) { return...5 @static def bar ( y : Int ) : Int = x + y } println ( Foo ....docs.scala-lang.org/sips/30.htmlFri Feb 06 04:30:27 GMT 2026 45.2K bytes -
numbers — Numeric abstract base classes —...
Integral ): return int ( other ) + int ( self ) elif isinstance...Rational and adds a conversion to int . Provides defaults for float()...docs.python.org/3/library/numbers.htmlWed Apr 29 06:55:53 GMT 2026 8.5K bytes -
タプル | Scala Documentation
Int) であり、これは Tuple2[String, Int] の簡単な表記法です。 タプルを表すために、Scalaは..."Sugar" , 25 ) ここでは String 要素を1つと Int 要素を1つ含むタプルを作っています。 推論される ingredient...docs.scala-lang.org/ja/tour/tuples.htmlFri Feb 06 04:30:27 GMT 2026 146.5K bytes -
Tuple Objects — Python 3.14.4 documentation
int PyTuple_Check ( PyObject * p...This function always succeeds. int PyTuple_CheckExact ( PyObject...docs.python.org/3/c-api/tuple.htmlTue Apr 28 13:41:03 GMT 2026 8.3K bytes -
ctypes — A foreign function library for Python ...
short int 'h' c_ushort unsigned short int 'H' c_int int int 'i'...int8_t int * c_int16 int16_t int * c_int32 int32_t int * c_int64...docs.python.org/3/library/ctypes.htmlWed Apr 29 06:55:52 GMT 2026 49.1K bytes -
Codec registry and support functions — Py...
registry and support functions int PyCodec_Register ( PyObject *...the list of search functions. int PyCodec_Unregister ( PyObject...docs.python.org/3/c-api/codec.htmlWed Apr 29 06:55:52 GMT 2026 6.9K bytes -
Two Types of Variables | Scala Book | Scala Doc...
= 18 age : Int = 18 scala > val age = 19 age : Int = 19 val fields...like this: String s = "hello" ; int i = 42 ; Person p = new Person...docs.scala-lang.org/overviews/scala-book/two-types-variables.htmlFri Feb 06 04:30:27 GMT 2026 65.5K bytes -
__future__ — Future statement definitions ̵...
0a3; an int PY_MINOR_VERSION , # the 1; an int PY_MICRO_VERSION...PY_MICRO_VERSION , # the 0; an int PY_RELEASE_LEVEL , # "alpha",...docs.python.org/3/library/__future__.htmlWed Apr 29 06:55:53 GMT 2026 6.2K bytes -
Byte Array Objects — Python 3.14.4 docume...
Type check macros int PyByteArray_Check ( PyObject...This function always succeeds. int PyByteArray_CheckExact ( PyObject...docs.python.org/3/c-api/bytearray.htmlTue Apr 28 13:41:04 GMT 2026 5K bytes