Enhanced C#
Language of your choice: library documentation
|
Static Public Member Functions | |
static bool | IsInRangeExcludeHi (this int num, int lo, int hi) |
static bool | IsInRange (this int num, int lo, int hi) |
static int | PutInRange (this int n, int min, int max) |
static bool | IsInRangeExcludeHi (this uint num, uint lo, uint hi) |
static bool | IsInRange (this uint num, uint lo, uint hi) |
static uint | PutInRange (this uint n, uint min, uint max) |
static bool | IsInRangeExcludeHi (this long num, long lo, long hi) |
static bool | IsInRange (this long num, long lo, long hi) |
static long | PutInRange (this long n, long min, long max) |
static bool | IsInRangeExcludeHi (this ulong num, ulong lo, ulong hi) |
static bool | IsInRange (this ulong num, ulong lo, ulong hi) |
static ulong | PutInRange (this ulong n, ulong min, ulong max) |
static bool | IsInRangeExcludeHi (this float num, float lo, float hi) |
static bool | IsInRange (this float num, float lo, float hi) |
static float | PutInRange (this float n, float min, float max) |
static bool | IsInRangeExcludeHi (this double num, double lo, double hi) |
static bool | IsInRange (this double num, double lo, double hi) |
static double | PutInRange (this double n, double min, double max) |
static bool | IsInRangeExcludeHi< T > (this T num, T lo, T hi) |
static bool | IsInRange< T > (this T num, T lo, T hi) |
static T | PutInRange< T > (this T n, T min, T max) |
static NumRange< int, MathI > | Inclusive (int lo, int hi) |
static NumRange< int, MathI > | ExcludeHi (int lo, int hi) |
static NumRange< int, MathI > | StartingAt (int lo) |
static NumRange< int, MathI > | Only (int num) |
static NumRange< uint, MathU > | Inclusive (uint lo, uint hi) |
static NumRange< uint, MathU > | ExcludeHi (uint lo, uint hi) |
static NumRange< uint, MathU > | StartingAt (uint lo) |
static NumRange< uint, MathU > | Only (uint num) |
static NumRange< long, MathL > | Inclusive (long lo, long hi) |
static NumRange< long, MathL > | ExcludeHi (long lo, long hi) |
static NumRange< long, MathL > | StartingAt (long lo) |
static NumRange< long, MathL > | Only (long num) |
static NumRange< ulong, MathUL > | Inclusive (ulong lo, ulong hi) |
static NumRange< ulong, MathUL > | ExcludeHi (ulong lo, ulong hi) |
static NumRange< ulong, MathUL > | StartingAt (ulong lo) |
static NumRange< ulong, MathUL > | Only (ulong num) |
static NumRange< float, MathF > | Inclusive (float lo, float hi) |
static NumRange< float, MathF > | ExcludeHi (float lo, float hi) |
static NumRange< float, MathF > | StartingAt (float lo) |
static NumRange< float, MathF > | Only (float num) |
static NumRange< double, MathD > | Inclusive (double lo, double hi) |
static NumRange< double, MathD > | ExcludeHi (double lo, double hi) |
static NumRange< double, MathD > | StartingAt (double lo) |
static NumRange< double, MathD > | Only (double num) |
static NumRange< FPI8, MathF8 > | Inclusive (FPI8 lo, FPI8 hi) |
static NumRange< FPI8, MathF8 > | ExcludeHi (FPI8 lo, FPI8 hi) |
static NumRange< FPI8, MathF8 > | StartingAt (FPI8 lo) |
static NumRange< FPI8, MathF8 > | Only (FPI8 num) |
static NumRange< FPI16, MathF16 > | Inclusive (FPI16 lo, FPI16 hi) |
static NumRange< FPI16, MathF16 > | ExcludeHi (FPI16 lo, FPI16 hi) |
static NumRange< FPI16, MathF16 > | StartingAt (FPI16 lo) |
static NumRange< FPI16, MathF16 > | Only (FPI16 num) |
static NumRange< uint, MathU > | UntilInclusive (uint hi) |
static NumRange< uint, MathU > | UntilExclusive (uint hi) |
static NumRange< ulong, MathUL > | UntilInclusive (ulong hi) |
static NumRange< ulong, MathUL > | UntilExclusive (ulong hi) |