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