Retrieve the parameters of a uniform_dist object.

# S3 method for class 'uniform_dist'
params(x)

Arguments

x

A uniform_dist object.

Value

A named numeric vector with elements min and max.

Examples

params(uniform_dist(0, 10))
#> min max 
#>   0  10