What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Indirect vs Parameter - What's the difference?

indirect | parameter |

As an adjective indirect

is not direct; roundabout; deceiving; setting a trap; confusing.

As a noun parameter is

parameter.

indirect

English

Adjective

(en adjective)
  • Not direct; roundabout; deceiving; setting a trap; confusing.
  • * '>citation
  • Indirect' messages permit communicative contacts when,
    without them, the alternatives would be total inhibition, si-
    lence, and solitude on the one hand, or, on the other, com-
    municative behavior that is direct, offensive, and hence
    forbidden. This is a painful choice. In actual practice, neither
    alternative is likely to result in the gratification of personal or
    sexual needs. In this dilemma, '
    indirect
    communications pro-
    vide a useful compromise. As an early move in the dating
    game, the young man might invite the young woman to dinner
    or to the movies. These communications are polyvalent: both
    the invitation and the response to it have several "levels" of
    meaning. One is the level of the overt message—that is,
    whether they will have dinner together, go to a movie, and so
    forth. Another, more covert, level pertains to the question of
    sexual activity: acceptance of the dinner invitation implies
    that sexual overtures might perhaps follow. Conversely, rejec-
    tion of the invitation means not only refusal of companionship
    for dinner but also of the possibility of further sexual explora-
    tion. There may be still other levels of meaning. For example,
    acceptance of the dinner invitation may be interpreted as a
    sign of personal or sexual worth and hence grounds for
    increased self-esteem, whereas its rejection may mean the
    opposite and generate feelings of worthlessness.

    Antonyms

    * direct

    Derived terms

    * indirect speech * indirect object

    parameter

    English

    Alternative forms

    * parametre

    Noun

    (en noun)
  • (mathematics, physics) A variable kept constant during an experiment, calculation or similar.
  • (programming) An input variable of a procedure definition, that gets an actual value (argument) at execution time (formal parameter) .
  • Roughly, a tuple of arguments could be thought of as a vector, whereas a tuple of parameters''' could be thought of as a covector (i.e., linear functional). When a function is called, a '''parameter tuple becomes "bound" to an argument tuple, allowing the function instance itself to be computed to yield a return value. This would be roughly analogous to applying a covector to a vector (by taking their dot product (or, rather, matrix-product of row vector and column vector)) to obtain a scalar.
  • (programming) An actual value given to such a formal parameter (argument or actual parameter) .
  • A characteristic or feature that distinguishes something from others.
  • (geometry) In the ellipse and hyperbola, a third proportional to any diameter and its conjugate, or in the parabola, to any abscissa and the corresponding ordinate.
  • The parameter of the principal axis of a conic section is called the latus rectum.
  • (crystallography) The ratio of the three crystallographic axes which determines the position of any plane.
  • (crystallography) The fundamental axial ratio for a given species.
  • Usage notes

    * (the value used to instantiate the name) Some authors regard use of parameter'' to mean ''argument'' as imprecise, preferring that ''parameter'' refers only to the name that will be instantiated, and ''argument to refer to the value that will be supplied to it at runtime.

    Synonyms

    * (value passed to a function) argument * (characteristic distinguishing something from others) distinguishing feature * See also

    Derived terms

    * actual parameter * formal parameter

    See also

    * variable