IMinMaxValue<TSelf> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義取得型別最小值和最大值的機制。
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 |
取得目前型別的最小值。 |