Skip to content

Properties_T_CodeJam_Arithmetic_Operators_1

andrewvk edited this page Jun 23, 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 AreEqual AreEqual operator.
Public propertyStatic member AreNotEqual AreNotEqual operator.
Public propertyStatic member BitwiseAnd BitwiseAnd operator.
Public propertyStatic member BitwiseOr BitwiseOr operator.
Public propertyStatic member Compare Comparison callback
Public propertyStatic member Div Div operator.
Public propertyStatic member GreaterThan GreaterThan operator.
Public propertyStatic member GreaterThanOrEqual GreaterThanOrEqual operator.
Public propertyStatic member HasNegativeInfinity Check for the negative infinity value.
Public propertyStatic member HasPositiveInfinity Check for the positive infinity value.
Public propertyStatic member LeftShift LeftShift operator.
Public propertyStatic member LessThan LessThan operator.
Public propertyStatic member LessThanOrEqual LessThanOrEqual operator.
Public propertyStatic member Minus Minus operator.
Public propertyStatic member Modulo Modulo operator.
Public propertyStatic member Mul Mul operator.
Public propertyStatic member NegativeInfinity Negative infinity value
Public propertyStatic member OnesComplement OnesComplement operator.
Public propertyStatic member Plus Plus operator.
Public propertyStatic member PositiveInfinity Positive infinity value
Public propertyStatic member RightShift RightShift operator.
Public propertyStatic member UnaryMinus UnaryMinus operator.
Public propertyStatic member Xor Xor operator.
  Back to Top

See Also

Reference

Operators(T) Class
CodeJam.Arithmetic Namespace

Clone this wiki locally