LogicOperation.UpperLimit Property

<< Click to Display Table of Contents >>

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

LogicOperation.UpperLimit Property

Gets or sets the upper limit value.

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

 

Syntax


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

Field Value

A nullable Double representing the upper limit.

 

Remarks


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

 

See Also


LogicOperation Class

BNCS.Logic.Models Namespace