Table of Contents

Struct NullableQuantitativeFilter<T>

Namespace
GastroSky.Models.Filters
Assembly
GastroSky.Models.dll
public readonly struct NullableQuantitativeFilter<T> where T : struct, IComparable<T>

Type Parameters

T
Inherited Members

Constructors

NullableQuantitativeFilter(IEnumerable<T?>?)

public NullableQuantitativeFilter(IEnumerable<T?>? values = null)

Parameters

values IEnumerable<T?>

Properties

Max

public T? Max { get; }

Property Value

T?

Min

public T? Min { get; }

Property Value

T?