(ひきすう)

ひきすう
noun
argument; parameter
1. argument; parameter (in programming or mathematics)
A value passed to a function, method, or command. In programming, the input data that a function receives to produce a result. Also used in mathematics for the independent variable of a function.
この関数(かんすう)引数(ひきすう)(ふた)()る。
This function takes two arguments.
引数(ひきすう)文字列(もじれつ)(わた)してください。
Please pass a string as the argument.
引数(ひきすう)(かず)間違(まちが)っていたので、エラーが()た。
An error occurred because the number of arguments was wrong.

USAGE:
Primarily a technical term used in programming and mathematics. Pronounced ひきすう, not いんすう (which means "factor" in math). Very common in Japanese programming documentation.

COMMON COLLOCATIONS:

  • 引数(ひきすう)(わた)す (to pass an argument)
  • 引数(ひきすう)()る (to take an argument)
  • 省略可能(しょうりゃくかのう)引数(ひきすう) (optional argument)
  • コマンドライン引数(ひきすう) (command-line argument)

SIMILAR WORDS:

  • パラメータ: parameter — often used interchangeably, but technically the variable name in a function definition
  • (もど)(): return value — the output of a function, as opposed to the input