IMinMaxValue<TSelf> Schnittstelle

Definition

Definiert einen Mechanismus zum Abrufen des Mindest- und Höchstwerts 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 maximalen Wert des aktuellen Typs ab.

MinValue

Ruft den Minimalwert des aktuellen Typs ab.

Gilt für