IMinMaxValue<TSelf> Interfaccia

Definizione

Definisce un meccanismo per ottenere il valore minimo e massimo di un tipo.

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)

Parametri di tipo

TSelf

Tipo che implementa questa interfaccia.

Derivato

Proprietà

MaxValue

Ottiene il valore massimo del tipo corrente.

MinValue

Ottiene il valore minimo del tipo corrente.

Si applica a