Infix notation

инфиксная запись (нотация) один из способов записи математических и логических выражений, при котором знак бинарной операции находится между операндами, например "3 + 4". Инфиксная запись используется, например, в языках Java и C++ Смотри также: notation, postfix notation, prefix notation

Англо-русский словарь компьютерных терминов

Infix notation

математика инфиксная система записи

Англо-русский научно-технический словарь

Infix notation

инфиксная нотация, инфиксная запись

Англо-русский политехнический словарь

Infix notation

One of the possible orderings of functions and operands: in infix notation the functions are placed between their operands, such as "1+2". Although infix notation is limited to binary functions most languages mix infix notation with prefix or postfix notation, as a form of syntactic sugar.

Free Online Dictionary of Computing