Test additional content header

ConditionFalse(String, 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 scope,
	string name = ""
)

Parameters

scope  String
Target scope which the value will be part of.
name  String  (Optional)
Name of the Condition (automatically defined by at compile time).

Return Value

Condition
Condition object representing False state.

Remarks

Usefule to define input parameters of calculations.

See Also