IMinMaxValue<TSelf> Interface

Definitie

Definieert een mechanisme voor het ophalen van de minimum- en maximumwaarde van een type.

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)

Type parameters

TSelf

Het type dat deze interface implementeert.

Afgeleid

Eigenschappen

Name Description
MaxValue

Hiermee wordt de maximumwaarde van het huidige type opgehaald.

MinValue

Hiermee wordt de minimumwaarde van het huidige type opgehaald.

Van toepassing op