NonNegative() Method

Definition

Assembly XenoAtom.CommandLine.dll

Validates that a numeric value is greater than or equal to zero.

public static OptionValidator<T> NonNegative<T>()
    where T : INumber<T>

Type parameters

T

Returns