Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

- (minus) operator

The minus operator - inverts the sign of its operand.

This operator applies to numeric values only.

Syntax

- NumericExpression

Element Type Notes
NumericExpression Expression<Number> Specifies the numeric value whose sign is to be inverted.

Examples

Intent Code
Write out a numeric result with inverted sign write -(5/8);

See Also


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020