IMinMaxValue<TSelf> 介面

定義

定義取得類型最小值和最大值的機制。

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)

類型參數

TSelf

實作這個介面的型別。

衍生

屬性

MaxValue

取得目前型別的最大值。

MinValue

取得目前型別的最小值。

適用於