DoubleRange Constructor

Constructor in DoubleRange

Declaration

public DoubleRange(double min = 0, double max = 1)

Description

Creates a new range with the specified values.

Parameters

minThe lower bound of the range.
maxThe upper bound of the range.