IMinMaxValue<TSelf> Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a mechanism for getting the minimum and maximum value of a type.
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
The type that implements this interface.
- Derived
Max |
Gets the maximum value of the current type. |
Min |
Gets the minimum value of the current type. |
Product | Versions |
---|---|
.NET | 7, 8, 9 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: