Positive() Method

Definition

Assembly XenoAtom.CommandLine.dll

Validates that a numeric value is greater than zero.

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

Type parameters

T

Returns