Skip to content

Repository files navigation

HolisticWare.Core.Math.Intervals

  • nuget/assembly

    HolisticWare.Core.Math.Intervals
    
  • namespaces

    Core.Math.Intervals
    
  • operations (operators) / methods

    • methods

      • Compress()

      • Decompress()

    • operators

      • operator==

      • operator!=

      • operator+

      • operator-

      • operator*

      • operator/

Mathematical Interval/Range implementation for .NET Standard 1.0.

Interval (mathematics), also called Range, a set of numbers (not only real) that includes all numbers between any two numbers in the set.

Interval is implemented as generic class taking numerics (usharp, sharp, uint, int, ulong, long, float, double and decimal) as well as DateTime.

    Interval<int> interval_of_ints = new Interval<int>("[1,10]");
    Interval<int> interval_of_ints = new Interval<int>("[1,10]");

References/Links

This is folder structure used by Xamarin Components team:

Implementations

Demo

About

HolisticWare.Core.Math.Intervals .NET Standard 1.0

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages