Decimal32.ClampNative(Decimal32, Decimal32, Decimal32) Method
Definition
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.
public:
static System::Numerics::Decimal32 ClampNative(System::Numerics::Decimal32 value, System::Numerics::Decimal32 min, System::Numerics::Decimal32 max) = System::Numerics::INumber<System::Numerics::Decimal32>::ClampNative;
public static System.Numerics.Decimal32 ClampNative(System.Numerics.Decimal32 value, System.Numerics.Decimal32 min, System.Numerics.Decimal32 max);
static member ClampNative : System.Numerics.Decimal32 * System.Numerics.Decimal32 * System.Numerics.Decimal32 -> System.Numerics.Decimal32
Public Shared Function ClampNative (value As Decimal32, min As Decimal32, max As Decimal32) As Decimal32
Parameters
- value
- Decimal32
- min
- Decimal32
- max
- Decimal32