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

是實作此介面的類型。

衍生

屬性

名稱 Description
MaxValue

取得目前型別的最大值。

MinValue

取得目前型別的最小值。

適用於