TdxUnaryOperatorType Enum
Declaration
TdxUnaryOperatorType = (
BitwiseNot,
Plus,
Minus,
&Not,
IsNull
);
Members
Name |
---|
BitwiseNot
|
Plus
|
Minus
|
Not
|
IsNull
|
See Also