ActiveReports 12
Unary Negation Operator (Variant)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine Namespace > Variant Structure : Unary Negation Operator
The Variant to be negatiated.
Negatiates the given numerical variant.
Syntax
'Declaration
 
Public Operator -( _
   ByVal a As Variant _
) As Variant
public Variant operator -( 
   Variant a
)

Parameters

a
The Variant to be negatiated.
See Also

Reference

Variant Structure
Variant Members