This is a specialization of Function for the case where the operand and result are of the same type. Đây là một trường hợp của BiFunction khi mà toán tử và kết quả có cùng kiểu (type).
Less than (<) Returns true if the left operand is less than the right operand. var1 < var2 Nhỏ hơn (<) Trả về true nếu toán hạng bên trái nhỏ hơn toán hạng bên phải. var1 < var2
Less than (<) Returns true if the left operand is less than the right operand. var1 < var2 Nhỏ hơn (<) Trả về true nếu toán hạng bên trái nhỏ hơn toán hạng bên phải. var1 < var2
Greater than (>) Returns true if the left operand is greater than the right operand. var2 > var1 Lớn hơn (>) Trả về true nếu toán hạng bên trái lớn hơn toán hạng bên phải. var2 > var1
Greater than (>) Returns true if the left operand is greater than the right operand. var2 > var1 Lớn hơn (>) Trả về true nếu toán hạng bên trái lớn hơn toán hạng bên phải. var2 > var1
Binary OR Operator copies a bit if it exists in eather operand. & Binary AND Operator sao chép một chút vào kết quả nếu nó tồn tại trong cả hai toán hạng.
x = y x = y The left operand gets set to the value of the expression on the right x = y x = y Các toán hạng bên trái được thiết lập với giá trị của biểu thức bên phải
x = y x = y The left operand gets set to the value of the expression on the right Show it » x = y x = y Các toán hạng bên trái được thiết lập với giá trị của biểu thức bên phải
x = y x = y The left operand gets set to the value of the expression on theright x = y x = y Các toán hạng bên trái được thiết lập với giá trị của biểu thức bên phải
It will return the left operand if it is not NULL, otherwise it will return the right. Nó sẽ trả về toán hạng trái nếu nó không phải là NULL, nếu không nó sẽ trả về bên phải.