F64_Negate()

Syntax

pointer.double = F64_Negate(n.double [, result.double])

Description

The Number gets negated.
If n is negative, it will become positive. Is it already positive, it will become negative.

The result is stored in n or, if the optional parameter is given, in result.