[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_UnaryNegation

operator - Operator

operator -(PointerSize)

Reverses the direction of a given size.

Declaration
public static PointerSize operator -(PointerSize value)
Parameters
Type Name Description
PointerSize value

The size to negate.

Returns
Type Description
PointerSize

A size facing in the opposite direction.