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