Skip to main content

UnaryMinusExpression Class

An unary negation operator.

Namespace: DevExpress.Spreadsheet.Formulas

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public class UnaryMinusExpression :
    UnaryOperatorExpression,
    ISupportsCopyFrom<UnaryMinusExpression>,
    ICloneable<UnaryMinusExpression>

The following members return UnaryMinusExpression objects:

Implements

Inheritance

See Also