There was an error while loading. Please reload this page.
Back to BizArk.Core API Reference
Extension methods for numeric values.
public static T Between<T>(this T val, T min, T max) where T : IComparable<T>
public static bool IsBetween<T>(this T val, T min, T max) where T : IComparable<T>