Ensure.InRangeInclusive
Ensure.InRangeInclusive<T> method
public static void InRangeInclusive<T>(T arg, T min, T maxInclusive, string parameterName)
where T : IComparable<T>
See Also
- class Ensure
- namespace Aspose.Gis.Common
- assembly Aspose.GIS
public static void InRangeInclusive<T>(T arg, T min, T maxInclusive, string parameterName)
where T : IComparable<T>