[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.Documents.C1Length.Min

Min Method

Min(C1Length, C1Length)

Returns the smaller of two C1Length instances.

Declaration
public static C1Length Min(C1Length len1, C1Length len2)
Parameters
Type Name Description
C1Length len1

The first of two C1Length instances to compare.

C1Length len2

The second of two C1Length instances to compare.

Returns
Type Description
C1Length

Parameter len1 or len2, whichever is smaller.