Decimal.Clamp(Decimal, Decimal, Decimal) Method

Definition

Clamps a value to an inclusive minimum and maximum value.

C#
public static decimal Clamp(decimal value, decimal min, decimal max);

Parameters

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.

Returns

The result of clamping value to the inclusive range of min and max.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10