- unary operator
Wikipedia foundation.
Wikipedia foundation.
unary operator — vienvietis operatorius statusas T sritis automatika atitikmenys: angl. monadic operator; unary operator vok. einstelliger Operator, m; monadischer Operator, m rus. одноместный оператор, m; унарный оператор, m pranc. opérateur unaire, m … Automatikos terminų žodynas
Unary function — A unary function is a function that takes one argument. In computer science, a unary operator is a subset of unary function.Many of the elementary functions are unary functions, in particular the trigonometric functions and hyperbolic function… … Wikipedia
Operator overloading — Theories and practice of polymorphism Double dispatch Multiple dispatch Operator overloading Polymorphism in computer science Polymorphism in OOP Subtyping … Wikipedia
Unary — * Unary numeral system, the simplest numeral system to represent natural numbers * Unary operation, a kind of mathematical operator that has only one operand * Unary coding, an entropy encoding that represents a number n with n − 1 ones followed… … Wikipedia
Unary operation — In mathematics, a unary operation is an operation with only one operand, i.e. a single input. Specifically, it is a function where A is a set. In this case f is called a unary operation on A. Common notations are prefix notation (e.g. +, −, not) … Wikipedia
Dereference operator — The dereference operator or indirection operator, denoted by * (i.e. an asterisk), is a unary operator found in C like languages that include pointer variables. It operates on a pointer variable, and returns an l value equivalent to the value at… … Wikipedia
einstelliger Operator — vienvietis operatorius statusas T sritis automatika atitikmenys: angl. monadic operator; unary operator vok. einstelliger Operator, m; monadischer Operator, m rus. одноместный оператор, m; унарный оператор, m pranc. opérateur unaire, m … Automatikos terminų žodynas
monadic operator — vienvietis operatorius statusas T sritis automatika atitikmenys: angl. monadic operator; unary operator vok. einstelliger Operator, m; monadischer Operator, m rus. одноместный оператор, m; унарный оператор, m pranc. opérateur unaire, m … Automatikos terminų žodynas
monadischer Operator — vienvietis operatorius statusas T sritis automatika atitikmenys: angl. monadic operator; unary operator vok. einstelliger Operator, m; monadischer Operator, m rus. одноместный оператор, m; унарный оператор, m pranc. opérateur unaire, m … Automatikos terminų žodynas
Common operator notation — This article is about the concept of operator precedence. For operator precedence parsing, see operator precedence parser. In programming languages, common operator notation is one way of notating mathematical expressions as a linear sequence of… … Wikipedia