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