Skip to content

BizArk.Core.Extensions.MathExt

Brian Brewder edited this page Apr 1, 2017 · 1 revision

Back to BizArk.Core API Reference

Extension methods for numeric values.

Static Methods

  • public static T Between<T>(this T val, T min, T max) where T : IComparable<T> - Makes sure the value is between the values.
  • public static bool IsBetween<T>(this T val, T min, T max) where T : IComparable<T> - Makes sure the value is between the values.

Clone this wiki locally