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