Fluent Calculations Primitives Class Library Documentation
C#
Test additional content header
Show/Hide TOC
Condition(Make
Value
Args) Constructor
Class that represents a Boolean value, which can be either true or false.
Definition
Namespace:
Fluent.Calculations.Primitives.BaseTypes
Assembly:
Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
C#
Copy
View Source
public
Condition
(
MakeValueArgs
makeValueArgs
)
Parameters
makeValueArgs
MakeValueArgs
Arguments for a new
Condition
with.
Remarks
Class provides same operators as System.Boolean and hence can be seamlessly used in typical logical expressions.
See Also
Reference
Condition Class
Condition Overload
Fluent.Calculations.Primitives.BaseTypes Namespace
In This Article
Definition
Remarks
See Also