StrictlyLessThanAttribute(long)
Initializes a new StrictlyLessThanAttribute with a given integer bound.
Declaration
public StrictlyLessThanAttribute(long max)Parameters
| Type | Name | Description |
|---|---|---|
| long | max | The upper bound. |
StrictlyLessThanAttribute(ulong)
Initializes a new StrictlyLessThanAttribute with a given ulong bound.
Declaration
public StrictlyLessThanAttribute(ulong max)Parameters
| Type | Name | Description |
|---|---|---|
| ulong | max | The upper bound. |
StrictlyLessThanAttribute(double)
Initializes a new StrictlyLessThanAttribute with a given floating-point bound.
Declaration
public StrictlyLessThanAttribute(double max)Parameters
| Type | Name | Description |
|---|---|---|
| double | max | The upper bound. |