ConditionTrue(String) Method
Gets an instance of Conditon representing True state.
Namespace: Fluent.Calculations.Primitives.BaseTypesAssembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition True(
string name = ""
)
- name String (Optional)
- Name of the value.
ConditionCondition object representing True state.
Usefule to define input parameters of calculations.