Skip to content

Properties_T_CodeJam_Arithmetic_Operators_1

andrewvk edited this page Apr 8, 2016 · 6 revisions

Operators(T) Properties

[This is preliminary documentation and is subject to change.]

The Operators(T) generic type exposes the following members.

Properties

 

Name Description
Public propertyStatic member BitwiseAnd BitwiseAnd operator.
Public propertyStatic member BitwiseOr BitwiseOr operator.
Public propertyStatic member Div Div operator.
Public propertyStatic member LeftShift LeftShift operator.
Public propertyStatic member Minus Minus operator.
Public propertyStatic member Modulo Modulo operator.
Public propertyStatic member Mul Mul operator.
Public propertyStatic member Plus Plus operator.
Public propertyStatic member RightShift RightShift operator.
Public propertyStatic member Xor Xor operator.
  Back to Top

See Also

Reference

Operators(T) Class
CodeJam.Arithmetic Namespace

Clone this wiki locally