-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Arithmetic_Operators_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
6 revisions
The Operators(T) generic type exposes the following members.
Name | Description | |
---|---|---|
AreEqual | AreEqual operator. | |
AreNotEqual | AreNotEqual operator. | |
BitwiseAnd | BitwiseAnd operator. | |
BitwiseOr | BitwiseOr operator. | |
Compare | Comparison callback | |
Div | Div operator. | |
GreaterThan | GreaterThan operator. | |
GreaterThanOrEqual | GreaterThanOrEqual operator. | |
HasNaN | Check for the NaN value. | |
HasNegativeInfinity | Check for the negative infinity value. | |
HasPositiveInfinity | Check for the positive infinity value. | |
LeftShift | LeftShift operator. | |
LessThan | LessThan operator. | |
LessThanOrEqual | LessThanOrEqual operator. | |
Minus | Minus operator. | |
Modulo | Modulo operator. | |
Mul | Mul operator. | |
NaN | NaN value | |
NegativeInfinity | Negative infinity value | |
OnesComplement | OnesComplement operator. | |
Plus | Plus operator. | |
PositiveInfinity | Positive infinity value | |
RightShift | RightShift operator. | |
UnaryMinus | UnaryMinus operator. | |
Xor | Xor operator. |