[]
        
(Showing Draft Content)

C1.Util.DX.PointerSize.op_Subtraction

operator - Operator

operator -(PointerSize, PointerSize)

Subtracts two sizes.

Declaration
public static PointerSize operator -(PointerSize left, PointerSize right)
Parameters
Type Name Description
PointerSize left

The first size to subtract.

PointerSize right

The second size to subtract.

Returns
Type Description
PointerSize

The difference of the two sizes.