Subject | Malay | English |
comp., MS | operator lambda | lambda operator (The C => operator that is used to separate the parameters and the body of a lambda expression) |
comp., MS | operator muatan berlebih | operator overloading (The assignment of more than one function to a particular operator, with the implication that the operation performed will vary depending on the data type (operands) involved. Some languages, such as Ada and C++, specifically allow for operator overloading) |
comp., MS | operator mudah alih | mobile operator (A company that provides telephone and other communications services to consumers) |
comp., MS | operator pertanyaan piawai | standard query operator (A method that constitutes a query pattern and that is implemented by a LINQ provider for a specific domain. Standard query operators are defined in the System.Linq.Enumerable class) |
comp., MS | operator sesatu | unary operator (An operator that takes only one operand, for example, the increment (++) operator) |
comp., MS | operator susutan | decrement operator (An operator that subtracts 1 from its operand depending on the position of the operator) |
comp., MS | operator tambah | addition operator (The + character, used to indicate addition or a positive number) |
comp., MS | operator tokokan | increment operator (An operator that increases an integer typically by 1) |
comp., MS | prosedur operator | operator procedure (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading) |