Provides a numeric up down WPF control that can be used to edit (integer, byte, decimal, double, float, short and many more) values with a textbox and/or up/down arrow (repeat) buttons. Editing can be based on input via mouse wheel, mouse drag, cursor keys, or text editing.
C# port of Daniel Lemire's fast_float fully ported from C++ to C#. It is up to 9 times faster than the standard library in some cases while providing exact results.
Analyzer for indexing phonetic signatures (for sounds-alike search) for the Lucene.NET full-text search engine library from The Apache Software Foundation.
Documentation: https://lucenenet.apache.org/docs/4.8.0-beta00016/api/analysis-phonetic/Lucene.Net.Analysis.Phonetic.html
This package is part...
More information
Editors contains part-based and masked editors for everything from date/time to currency entry, with unique designs that are specifically crafted to support input by keyboard, mouse, touch, and pen in WPF applications.
Edit box controls support .NET data types input such as dates, times, numbers,...
More information
NumberParser provides a common framework for all the .NET numeric types.
Main features:
* Exceptions managed internally.
* Beyond-double-range support.
* Custom mathematical functionalities.
Library based on System.Threading.Interlocked class.
Provides lock-free thread safe objects and methods to act like long, int, double, bool, Random.
Easy to extend and write own thread safe functions based on this library.
This library provides several implementations of collections, data structures, and algorithms
that are readily available in other languages and libraries.