Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 122 for float (0.26 sec)

  1. build-logic/binary-compatibility/src/main/kotlin/gradlebuild/binarycompatibility/sources/KotlinSourceQueries.kt

            "short" to "Short",
            "java.lang.Integer" to "Int",
            "int" to "Int",
            "java.lang.Long" to "Long",
            "long" to "Long",
            "java.lang.Float" to "Float",
            "float" to "Float",
            "java.lang.Double" to "Double",
            "double" to "Double"
    Plain Text
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Wed Dec 20 20:38:19 GMT 2023
    - 11.1K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/extra-data-types.md

    # Extra Data Types
    
    Up to now, you have been using common data types, like:
    
    * `int`
    * `float`
    * `str`
    * `bool`
    
    But you can also use more complex data types.
    
    And you will still have the same features as seen up to now:
    
    * Great editor support.
    * Data conversion from incoming requests.
    * Data conversion for response data.
    * Data validation.
    * Automatic annotation and documentation.
    
    ## Other data types
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 4.1K bytes
    - Viewed (0)
  3. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/evaluate/FirCompileTimeConstantEvaluator.kt

                ConstantValueKind.Double -> KtConstantValue.KtDoubleConstantValue(value as Double, psi)
                ConstantValueKind.Float -> KtConstantValue.KtFloatConstantValue(value as Float, psi)
    
                ConstantValueKind.Boolean -> KtConstantValue.KtBooleanConstantValue(value as Boolean, psi)
                ConstantValueKind.Char -> KtConstantValue.KtCharConstantValue(value as Char, psi)
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Wed Mar 20 14:53:27 GMT 2024
    - 16.5K bytes
    - Viewed (0)
  4. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/PrimitiveKotlinTypeStrings.kt

            "short" to "Short",
            "java.lang.Integer" to "Int",
            "int" to "Int",
            "java.lang.Long" to "Long",
            "long" to "Long",
            "java.lang.Float" to "Float",
            "float" to "Float",
            "java.lang.Double" to "Double",
            "double" to "Double"
        )
    
    
    Plain Text
    - Registered: Wed Feb 28 11:36:09 GMT 2024
    - Last Modified: Sat Sep 30 16:17:28 GMT 2023
    - 1.4K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/extra-data-types.md

    # Tipos de dados extras
    
    Até agora, você tem usado tipos de dados comuns, tais como:
    
    * `int`
    * `float`
    * `str`
    * `bool`
    
    Mas você também pode usar tipos de dados mais complexos.
    
    E você ainda terá os mesmos recursos que viu até agora:
    
    * Ótimo suporte do editor.
    * Conversão de dados das requisições recebidas.
    * Conversão de dados para os dados da resposta.
    * Validação de dados.
    * Anotação e documentação automáticas.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 3K bytes
    - Viewed (0)
  6. docs/ru/docs/tutorial/extra-data-types.md

    # Дополнительные типы данных
    
    До сих пор вы использовали простые типы данных, такие как:
    
    * `int`
    * `float`
    * `str`
    * `bool`
    
    Но вы также можете использовать и более сложные типы.
    
    При этом у вас останутся те же возможности , что и до сих пор:
    
    * Отличная поддержка редактора.
    * Преобразование данных из входящих запросов.
    * Преобразование данных для ответа.
    * Валидация данных.
    * Автоматическая аннотация и документация.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  7. docs/uk/docs/tutorial/extra-data-types.md

    # Додаткові типи даних
    
    До цього часу, ви використовували загальнопоширені типи даних, такі як:
    
    * `int`
    * `float`
    * `str`
    * `bool`
    
    Але можна також використовувати більш складні типи даних.
    
    І ви все ще матимете ті ж можливості, які були показані до цього:
    
    * Чудова підтримка редактора.
    * Конвертація даних з вхідних запитів.
    * Конвертація даних для відповіді.
    * Валідація даних.
    * Автоматична анотація та документація.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 5.8K bytes
    - Viewed (0)
  8. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/components/KtFirBuiltInTypes.kt

        override val LONG: KtType by cachedBuiltin(builtinTypes.longType)
        override val SHORT: KtType by cachedBuiltin(builtinTypes.shortType)
        override val BYTE: KtType by cachedBuiltin(builtinTypes.byteType)
    
        override val FLOAT: KtType by cachedBuiltin(builtinTypes.floatType)
        override val DOUBLE: KtType by cachedBuiltin(builtinTypes.doubleType)
    
        override val CHAR: KtType by cachedBuiltin(builtinTypes.charType)
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Tue Oct 31 12:24:16 GMT 2023
    - 2.3K bytes
    - Viewed (0)
  9. docs/em/docs/tutorial/extra-data-types.md

    # ➕ 💽 🆎
    
    🆙 🔜, 👆 ✔️ ⚙️ ⚠ 📊 🆎, 💖:
    
    * `int`
    * `float`
    * `str`
    * `bool`
    
    ✋️ 👆 💪 ⚙️ 🌅 🏗 📊 🆎.
    
    & 👆 🔜 ✔️ 🎏 ⚒ 👀 🆙 🔜:
    
    * 👑 👨‍🎨 🐕‍🦺.
    * 💽 🛠️ ⚪️➡️ 📨 📨.
    * 💽 🛠️ 📨 💽.
    * 💽 🔬.
    * 🏧 ✍ & 🧾.
    
    ## 🎏 💽 🆎
    
    📥 🌖 📊 🆎 👆 💪 ⚙️:
    
    * `UUID`:
        * 🐩 "⭐ 😍 🆔", ⚠ 🆔 📚 💽 & ⚙️.
        * 📨 & 📨 🔜 🎨 `str`.
    * `datetime.datetime`:
        * 🐍 `datetime.datetime`.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Fri Mar 22 01:42:11 GMT 2024
    - 2.6K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/extra-data-types.md

    # Zusätzliche Datentypen
    
    Bisher haben Sie gängige Datentypen verwendet, wie zum Beispiel:
    
    * `int`
    * `float`
    * `str`
    * `bool`
    
    Sie können aber auch komplexere Datentypen verwenden.
    
    Und Sie haben immer noch dieselbe Funktionalität wie bisher gesehen:
    
    * Großartige Editor-Unterstützung.
    * Datenkonvertierung bei eingehenden Requests.
    * Datenkonvertierung für Response-Daten.
    * Datenvalidierung.
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:08:55 GMT 2024
    - 4.4K bytes
    - Viewed (0)
Back to top