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
- Host: GitHub
- URL: https://github.com/libsugar/nint.minmaxvalue
- Owner: libsugar
- License: mit
- Created: 2022-05-01T15:36:40.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-01T16:02:36.000Z (about 3 years ago)
- Last Synced: 2025-03-14T21:45:16.137Z (2 months ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/NInt.MinMaxValue
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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;
```