Create(long?, long?, bool)
Declaration
public static NumericRange Create(long? min, long? max, bool areBoundsAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
long? | min | |
long? | max | |
bool | areBoundsAllowed |
Returns
Type | Description |
---|---|
NumericRange |
Create(ulong?, ulong?, bool)
Declaration
public static NumericRange Create(ulong? min, ulong? max, bool areBoundsAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
ulong? | min | |
ulong? | max | |
bool | areBoundsAllowed |
Returns
Type | Description |
---|---|
NumericRange |
Create(double?, double?, bool)
Declaration
public static NumericRange Create(double? min, double? max, bool areBoundsAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
double? | min | |
double? | max | |
bool | areBoundsAllowed |
Returns
Type | Description |
---|---|
NumericRange |
Create(decimal?, decimal?, bool)
Declaration
public static NumericRange Create(decimal? min, decimal? max, bool areBoundsAllowed = true)
Parameters
Type | Name | Description |
---|---|---|
decimal? | min | |
decimal? | max | |
bool | areBoundsAllowed |
Returns
Type | Description |
---|---|
NumericRange |