Enum UnaryOperator
Unary operators
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public enum UnaryOperator
Fields
Name | Description |
---|---|
BitwiseNot | Bitwise NOT operator |
BooleanNot | Boolean NOT operator |
Negate | Negation operator |
PostDecrement | Post-decrement operator |
PostIncrement | Post-increment operator |
PreDecrement | Pre-decrement operator |
PreIncrement | Pre-increment operator |