diff --git a/Math/Math.cs b/Math/Math.cs index b511030..bbbfef2 100644 --- a/Math/Math.cs +++ b/Math/Math.cs @@ -4,6 +4,13 @@ namespace SJK.Math; public static class SJKMath { + /// + /// Gets the max number in a array of values. + /// + /// + /// + /// + /// public static T Max(params T[] values) where T : INumber { if (values.Length == 0)