[]
        
(Showing Draft Content)

C1.C1Preview.SizeD.op_Addition

operator + Operator

operator +(SizeD, SizeD)

Adds two SizeD structures.

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

The first SizeD that is added.

SizeD sz2

The second SizeD that is added.

Returns
Type Description
SizeD

A SizeD representing the result of the addition.