DoubleRange.minMax

Static Property in DoubleRange

Declaration

public static readonly DoubleRange minMax { get; }

Description

Shorthand for writing DoubleRange(double.MinValue, double.MaxValue).