Class LowerBoundAttribute
Inheritance
LowerBoundAttribute
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Parameter|AttributeTargets.ReturnValue)]
public class LowerBoundAttribute : Attribute
Constructors
|
Edit this page
View Source
LowerBoundAttribute(int)
Declaration
public LowerBoundAttribute(int lowerBound)
Parameters
Type |
Name |
Description |
int |
lowerBound |
|
Properties
|
Edit this page
View Source
LowerBound
Declaration
public int LowerBound { get; set; }
Property Value