FBWiki : KeyPgOpNegate

FBWiki :: Categories :: PageIndex :: RecentChanges :: RecentlyCommented :: Login/Register

Operator - (Negate)


Changes the sign of a numeric expression

Syntax:

Usage:
result = - rhs

Parameters:
rhs
The right-hand side numeric expression to negate.

Return Value:
Returns the negative of the expression.

Description:
Operator - (Negate) is a unary operator that negates the value of its operand.

The operand is not modified in any way.

This operator can be overloaded for user-defined types.

Examples:
Dim n As LongInt
Print -5
n = 65432568459
n = - n
Print n
Sleep

Output:
-5
-65432568459


Dialect Differences:

Differences from QB:

See also:

Back to Arithmetic Operators
Back to Operators

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.0



sf.net phatcode