C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / PointerSize Structure / Unary Negation Operator
The size to negate.

In This Topic
Unary Negation Operator (PointerSize)
In This Topic
Reverses the direction of a given size.
Syntax
'Declaration
 
Public Operator -( _
   ByVal value As PointerSize _
) As PointerSize
 

Parameters

value
The size to negate.

Return Value

A size facing in the opposite direction.
See Also