Validates that a numeric value is greater than or equal to zero.
public static OptionValidator<T> NonNegative<T>() where T : INumber<T>