LogicOperation.LowerLimit Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Models Namespace > LogicOperation Class > LogicOperation Properties >

LogicOperation.LowerLimit Property

Gets or sets the lower limit value.

Namespace: BNCS.Logic.Models
Assembly:  BNCS.Logic.Models (in BNCS.Logic.Models.dll)

 

Syntax


public Nullable<double> LowerLimit { get; set; }

Field Value

A nullable Double representing the lower limit.

 

Remarks


This property can be null, indicating that there is no lower limit set.

 

See Also


LogicOperation Class

BNCS.Logic.Models Namespace