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

現在の型の最小値を取得します。

適用対象