StrictRangeAttribute Constructor (Double, Double) |
Initializes a new StrictRangeAttribute with given floating-point bounds.
Namespace: PostSharp.Patterns.Contracts
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public StrictRangeAttribute( double min, double max )
Parameters
- min
- Type: System.Double
The lower bound. - max
- Type: System.Double
The upper bound.