An open API service indexing awesome lists of open source software.

https://github.com/libsugar/nint.minmaxvalue

Provides nuint MinMaxValue support for .net standard
https://github.com/libsugar/nint.minmaxvalue

Last synced: about 1 month ago
JSON representation

Provides nuint MinMaxValue support for .net standard

Awesome Lists containing this project

README

        

# NInt.MinMaxValue

Provides nuint MinMaxValue support for .net standard

## Use

```csharp
using NInt.MinMaxValue;

var min = NIntMinMaxValue.MinValue;

var max = NIntMinMaxValue.MaxValue;

var min = NUIntMinMaxValue.MinValue;

var max = NUIntMinMaxValue.MaxValue;
```