Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 536 Bytes

File metadata and controls

22 lines (14 loc) · 536 Bytes

EnumerableExtensions.GreatestCommonDiv method

Computes the greatest common divisor for an integer enumeration

public static int GreatestCommonDiv(this IEnumerable<int> src)
parameter description
src Source collection

Return Value

The greatest common divisor for all items

See Also