DoubleRange.positive
Static Property in DoubleRange
Declaration
public static readonly DoubleRange positive { get; }
Description
Shorthand for writing DoubleRange(0.0, double.MaxValue)
.
public static readonly DoubleRange positive { get; }
Shorthand for writing DoubleRange(0.0, double.MaxValue)
.