42 packages tagged with “bool”
A thread-safe bool struct implemented on top of Interlocked/Volatile operations.
Views is a set of unique WPF controls and advanced panels that support fluid animated item layout. It contains a task board control with reorderable columns and cards, a book control that renders its content as pages in a book, a smooth-scrolling ScrollViewer variation that reacts to touch and supports flicks, and numerous Panel layout controls. Documentation is available on the Actipro web site (https://www.actiprosoftware.com/docs/controls/wpf/index?v=25.1), and samples can be downloaded from the Actipro WPF Controls GitHub repository (https://github.com/Actipro/WPF-Controls). NOTE: This is a commercial software product and requires proper paid licensing for legal usage. See Actipro's web site (https://www.actiprosoftware.com/purchase) for links to purchase developer licenses, or view the Sales FAQ for more information about evaluations and licensing.
A lightweight, allocation-free atomic nullable boolean struct implemented on top of an inline ValueAtomicInt
A collection of helpful bool? extension methods
.NET types extensions.
A lock free atomic nullable boolean.
A tiny, allocation-free, publication-only lazy initializer for bools.
AtomicResource is a thread-safe utility for holding a single instance of a resource that can be lazily created, atomically reset, and asynchronously torn down, ensuring safe concurrent access and predictable lifecycle management.
A thread-safe int implemented on top of Interlocked/Volatile operations.
NullaBool: the absolute worst idea you will ever see. Nobody needs this, but everybody deserves it.
The framework BitArray is helpful but it has a serious flaw in the fact that it is not immutable. This is the primary motivation for working on this package in order to achieve just such an ImmutableBitArray. Reflexive operations can modify an instance but otherwise bitwise operations should yield a wholely new instance.
A lock free atomic boolean.
Three-valued logic
A thread-safe long implemented on top of Interlocked/Volatile operations.
Converts true to Visible, false to Collapsed, and null to Hidden
Provides a convenient, easy to use wrapper for Constraint Satisfaction Programming based on the Google OR-tools.
Integer to Boolean converter for Json.NET
The framework Enumerations provides a solid baseline of features emulating a Java style enumeration structure for .NET. Simple Ordinal based Enumerations are supported, as are more complex Flags-like Bitwise Enumerations.
Library to Common Utility. For example (DateTime, String and exc...)
Create a truth table and evaluate it with your inputs, Truthy figures out the formula; Perform your logical operations plus the 'special or', which allows you to check if a terms is equal to any other terms.
It is a library with some useful methods. Numeric parsers. Additional methods for System.String
Zeytinbey.DataTypes is a comprehensive package designed to streamline DataType operations in your .NET projects. Packed with a collection of essential helper classes, static utilities, and extension methods, it simplifies tasks like type conversion and more, enhancing the efficiency and readability of your codebase.
Datatypes on steroids with tracking/events when values change. Used to enhance performance for computationally intensive programs and/or to minimize saves to a database.
Enumerations tests framework is provided as an NUnit based framework sufficient to exercise the majority of boilerplate issues concerning both Ordinal as well as Bitwise Enumerations.
Provides a convenient, easy to use wrapper for Linear Programming based on the Google OR-tools.
Набор расширений для работы с данными о датах и времени
Provides the build time generators that respond to the [FlagsEnumeration] partial class attribute.
Provides the [FlagsEnumeration] attribute for use when signaling when bitwise operators and so forth are to be auto generated at build time.