IMinMaxValue<TSelf> Interfejs

Definicja

Definiuje mechanizm pobierania minimalnej i maksymalnej wartości typu.

generic <typename TSelf>
 where TSelf : IMinMaxValue<TSelf>public interface class IMinMaxValue
public interface IMinMaxValue<TSelf> where TSelf : IMinMaxValue<TSelf>
type IMinMaxValue<'Self (requires 'Self :> IMinMaxValue<'Self>)> = interface
Public Interface IMinMaxValue(Of TSelf)

Parametry typu

TSelf

Typ implementujący ten interfejs.

Pochodne

Właściwości

MaxValue

Pobiera maksymalną wartość bieżącego typu.

MinValue

Pobiera minimalną wartość bieżącego typu.

Dotyczy