[]
        
(Showing Draft Content)

C1.C1Preview.SizeD.op_Subtraction

operator - Operator

operator -(SizeD, SizeD)

Subtracts one SizeD structure from another.

Declaration
public static SizeD operator -(SizeD sz1, SizeD sz2)
Parameters
Type Name Description
SizeD sz1

The SizeD that is subtracted from.

SizeD sz2

The SizeD that is subtracted.

Returns
Type Description
SizeD

A SizeD representing the result of the subtraction.