Decimal.Clamp(Decimal, Decimal, Decimal) Method
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.
Clamps a value to an inclusive minimum and maximum value.
public:
static System::Decimal Clamp(System::Decimal value, System::Decimal min, System::Decimal max) = System::Numerics::INumber<System::Decimal>::Clamp;
public static decimal Clamp(decimal value, decimal min, decimal max);
static member Clamp : decimal * decimal * decimal -> decimal
Public Shared Function Clamp (value As Decimal, min As Decimal, max As Decimal) As Decimal
- value
- Decimal
The value to clamp.
- min
- Decimal
The inclusive minimum to which value
should clamp.
- max
- Decimal
The inclusive maximum to which value
should clamp.
The result of clamping value
to the inclusive range of min
and max
.
Produkt | Versioner |
---|---|
.NET | 7, 8, 9, 10 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: