About 9,040 results
Open links in new tab
  1. Ternary - Wikipedia

    Ternary Look up ternary in Wiktionary, the free dictionary. Ternary (from Latin ternarius) or trinary is an adjective meaning "composed of three items". It can refer to:

  2. TERNARY Definition & Meaning - Merriam-Webster

    The meaning of TERNARY is of, relating to, or proceeding by threes. How to use ternary in a sentence.

  3. TERNARY | English meaning - Cambridge Dictionary

    TERNARY definition: 1. consisting of three parts 2. using the number three as a base (= the number on which a counting…. Learn more.

  4. What Does ternary Mean? Definition & Examples | Dictionary.net

    Learn what ternary means with clear definitions, pronunciation, synonyms, and real-world examples. Simple explanations to help you use ternary correctly.

  5. Ternary Operator in Programming - GeeksforGeeks

    Mar 26, 2024 · What is a Ternary Operator? The ternary operator is a conditional operator that takes three operands: a condition, a value to be returned if the condition is true, and a value to be returned …

  6. TERNARY Definition & Meaning | Dictionary.com

    TERNARY definition: consisting of or involving three; threefold; triple. See examples of ternary used in a sentence.

  7. Conditional (ternary) operator - JavaScript - MDN

    Jul 8, 2025 · The conditional (ternary) operator is the only JavaScript operator that takes three operands: a condition followed by a question mark (?), then an expression to execute if the condition is truthy …

  8. Ternary - definition of ternary by The Free Dictionary

    Define ternary. ternary synonyms, ternary pronunciation, ternary translation, English dictionary definition of ternary. adj. 1. Composed of three or arranged in threes.

  9. Ternary - Definition, Meaning & Synonyms | Vocabulary.com

    adjective having three units or components or elements “a ternary operation” synonyms: treble, triple, triplex multiple having or involving or consisting of more than one part or entity or individual

  10. ternary - Wiktionary, the free dictionary

    May 5, 2026 · An "if…then…else" construction is called a ternary operator when it is combined in one line of a program.