4 references to MaxCachedValue
Shared (4)
NumericExtensions\NumericExtensions.cs (4)
52
private const int NumCachedValues =
MaxCachedValue
- MinCachedValue + 1;
67
if (value >= MinCachedValue && value <=
MaxCachedValue
)
86
if (value >= MinCachedValue && value <=
MaxCachedValue
)
99
for (int i = MinCachedValue; i <=
MaxCachedValue
; i++)