-
Notifications
You must be signed in to change notification settings - Fork 34
Properties_T_CodeJam_Arithmetic_Operators_1
andrewvk edited this page Apr 13, 2016
·
6 revisions
[This is preliminary documentation and is subject to change.]
The Operators(T) generic type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
BitwiseAnd | BitwiseAnd operator. |
![]()
|
BitwiseOr | BitwiseOr operator. |
![]()
|
Div | Div operator. |
![]()
|
LeftShift | LeftShift operator. |
![]()
|
Minus | Minus operator. |
![]()
|
Modulo | Modulo operator. |
![]()
|
Mul | Mul operator. |
![]()
|
OnesComplement | OnesComplement operator. |
![]()
|
Plus | Plus operator. |
![]()
|
RightShift | RightShift operator. |
![]()
|
UnaryMinus | UnaryMinus operator. |
![]()
|
Xor | Xor operator. |
