Share via


IMinMaxValue<TSelf> Schnittstelle

Definition

Definiert einen Mechanismus zum Abrufen des minimalen und maximalen Werts eines Typs.

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)

Typparameter

TSelf

Der Typ, der diese Schnittstelle implementiert.

Abgeleitet

Eigenschaften

MaxValue

Ruft den Maximalwert des aktuellen Typs ab.

MinValue

Ruft den Minimalwert des aktuellen Typs ab.

Gilt für: