C++ | |
---|---|
C# |
Ranges
LinksPlatform's Platform.Ranges Class Library
This library contains Range
struct with Minimum
and Maximum
fields. It is possible to create only a valid Range
, overwise an exception is thrown.
Namespace: Platform.Ranges
Forked from: Konard/LinksPlatform/Platform/Platform.Helpers
NuGet package: Platform.Ranges
Documentation
- Struct Range<T>.
PDF file with code for e-readers.
Depend on
Dependent libraries
Similar libraries
alansav/range
Range
class with Floor
and Ceiling
fields.
mnelsonwhite/Range.NET
Range
class with Minimum
and Maximum
properties.
sdcb/Sdcb.System.Range
Range
struct with Start
and End
properties.