|
<< 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)
public Nullable<double> LowerLimit { get; set; }
A nullable Double representing the lower limit.
This property can be null, indicating that there is no lower limit set.