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