Creates a
UniformDecimal with an exclusive upper bound. Should not be used directly; instead, use NewInclusive(decimal, decimal).- Namespace
- RandN
.Distributions - Containing Type
- UniformDecimal
Syntax
public static UniformDecimal CreateInclusive(decimal low, decimal high)Parameters
| Name | Type | Description |
|---|---|---|
| low | decimal | |
| high | decimal |
Return Value
| Type | Description |
|---|---|
| UniformDecimal |