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