Subject | English | Malay |
comp., MS | addition operator | operator tambah (The + character, used to indicate addition or a positive number) |
comp., MS | decrement operator | operator susutan (An operator that subtracts 1 from its operand depending on the position of the operator) |
comp., MS | increment operator | operator tokokan (An operator that increases an integer typically by 1) |
comp., MS | lambda operator | operator lambda (The C => operator that is used to separate the parameters and the body of a lambda expression) |
comp., MS | mobile operator | pengendali mudah alih (A company that provides telephone and other communications services to consumers) |
comp., MS | mobile operator | operator mudah alih (A company that provides telephone and other communications services to consumers) |
comp., MS | operator overloading | operator muatan berlebih (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 procedure | prosedur operator (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) |
comp., MS | standard query operator | operator pertanyaan piawai (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 | unary operator | operator sesatu (An operator that takes only one operand, for example, the increment (++) operator) |