Create(long, bool, int)
Declaration
public static NumericBound Create(long value, bool isAllowed = true, int decimalPlaces = 0)Parameters
| Type | Name | Description |
|---|---|---|
| long | value | |
| bool | isAllowed | |
| int | decimalPlaces |
Returns
| Type | Description |
|---|---|
| NumericBound |
Create(ulong, bool)
Declaration
public static NumericBound Create(ulong value, bool isAllowed = true)Parameters
| Type | Name | Description |
|---|---|---|
| ulong | value | |
| bool | isAllowed |
Returns
| Type | Description |
|---|---|
| NumericBound |
Create(decimal, bool)
Declaration
public static NumericBound Create(decimal value, bool isAllowed = true)Parameters
| Type | Name | Description |
|---|---|---|
| decimal | value | |
| bool | isAllowed |
Returns
| Type | Description |
|---|---|
| NumericBound |
Create(double, bool)
Declaration
public static NumericBound Create(double value, bool isAllowed = true)Parameters
| Type | Name | Description |
|---|---|---|
| double | value | |
| bool | isAllowed |
Returns
| Type | Description |
|---|---|
| NumericBound |