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

현재 형식의 최소값을 가져옵니다.

적용 대상