Subject | English | Thai |
comp., MS | addition operator | ตัวดำเนินการบวก (The + character, used to indicate addition or a positive number) |
comp., MS | Backup Operators group | กลุ่มผู้ทำการสำรองข้อมูล (A type of local or global group that contains the user rights you need to back up and restore files and folders. Members of the Backup Operators group can back up and restore files and folders regardless of ownership, permissions, encryption, or auditing settings) |
comp., MS | Boolean operator | ตัวดำเนินการบูลีน (An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation)) |
comp., MS | comparison operator | ตัวดำเนินการเปรียบเทียบ (A character or symbol that indicates a relationship between two or more values or expressions - for example, < (less than), > (greater than), and = (equal to)) |
comp., MS | decrement operator | ตัวลดค่าครั้งละหนึ่ง (An operator that subtracts 1 from its operand depending on the position of the operator) |
comp., MS | increment operator | ตัวเพิ่มค่าครั้งละหนึ่ง (An operator that increases an integer typically by 1) |
comp., MS | lambda operator | ตัวดำเนินการ lambda (The C => operator that is used to separate the parameters and the body of a lambda expression) |
comp., MS | mobile operator | ผู้ให้บริการโทรศัพท์มือถือ (A company that provides telephone and other communications services to consumers) |
comp., MS | mobile operator app | แอปของผู้ให้บริการโทรศัพท์มือถือ (A privileged app that enables a mobile operator to build an account experience that links their SIM to the Connection Manager under Mobile Broadband connections) |
comp., MS | 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 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) |
comp., MS | Server Operators group | กลุ่ม Server Operators (A group whose members can manage all domain controllers in a single domain. This group does not exist on workstations, stand-alone servers, or member servers. Administrative tasks that can be performed by members of this group include logging on locally, creating and deleting network shared resources, starting and stopping services, backing up and restoring files, formatting the hard disk of the computer, and shutting down the computer) |
comp., MS | 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 | unary operator | ตัวดำเนินการเอกภาค (An operator that takes only one operand, for example, the increment (++) operator) |