Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.9 KB

operators-unary.md

File metadata and controls

38 lines (32 loc) · 1.9 KB
title description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic ms.custom
Unary Operators (DMX)
Unary Operators (DMX)
kfollis
kfollis
kfollis
02/17/2022
sql
analysis-services
reference
dmx

Operators - Unary

[!INCLUDEssas]

Unary operators perform an operation on a single operand, such as returning the negative or positive value of a numeric expression.

The following table identifies the unary operators that DMX supports.

Operator Description
- (Negative) (MDX) Returns the negative value of a numeric expression.
+ (Positive) (MDX) Returns the positive value of a numeric expression.

See Also

Data Mining Extensions (DMX) Reference
Data Mining Extensions (DMX) Function Reference
Data Mining Extensions (DMX) Operator Reference
Data Mining Extensions (DMX) Statement Reference
Data Mining Extensions (DMX) Syntax Conventions
Data Mining Extensions (DMX) Syntax Elements
Expressions (DMX)
General Prediction Functions (DMX)
Operators (DMX)
Structure and Usage of DMX Prediction Queries
Understanding the DMX Select Statement