IMinMaxValue<TSelf> Interfaz

Definición

Define un mecanismo para obtener el valor mínimo y máximo de 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)

Parámetros de tipo

TSelf

Tipo que implementa esta interfaz.

Derivado

Propiedades

MaxValue

Obtiene el valor máximo del tipo actual.

MinValue

Obtiene el valor mínimo del tipo actual.

Se aplica a