Entries

Link copied to clipboard

Addition (+)

Link copied to clipboard

Subtraction (-)

Link copied to clipboard

Multiplication (*)

Link copied to clipboard

Division (/)

Link copied to clipboard

Remainder (%)

Link copied to clipboard

Attribution (=)

Link copied to clipboard

Equals (==)

Link copied to clipboard

Different (!=)

Link copied to clipboard

Less Then (<)

Link copied to clipboard

Greater Then (>)

Link copied to clipboard

Less Or Equal (<=)

Link copied to clipboard

Greater Or Equal (>=)

Link copied to clipboard

Shift Left (<<)

Link copied to clipboard

Arithmetic Shift Right (>>)

Link copied to clipboard

Unsigned Shift Right (>>>)

Link copied to clipboard

Logical AND (&&)

Link copied to clipboard

Logical OR (||)

Link copied to clipboard

Logical XOR

Link copied to clipboard

Other, defined in tags

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.