Test additional content header

ConditionFalse(String) Method

Gets an instance of Conditon representing False state.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Condition False(
	string name = ""
)

Parameters

name  String  (Optional)
Name of the value.

Return Value

Condition
Condition object representing False state.

Remarks

Usefule to define input parameters of calculations.

See Also