[]
        
(Showing Draft Content)

C1.C1Preview.SizeD.Substract

Substract Method

Substract(SizeD, SizeD)

Subtracts one SizeD structure from another.

Declaration
public static SizeD Substract(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.