IntRange.negative
Static Property in IntRange
Declaration
public static readonly IntRange negative { get; }
Description
Shorthand for writing IntRange(int.MinValue, 0)
.
public static readonly IntRange negative { get; }
Shorthand for writing IntRange(int.MinValue, 0)
.