Decimal.CreateSaturating<TOther>(TOther) Método

Definición

Crea una instancia del tipo actual a partir de un valor, saturando los valores que se encuentran fuera del intervalo representable del tipo actual.

public static decimal CreateSaturating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;

Parámetros de tipo

TOther

Tipo de value.

Parámetros

value
TOther

Valor que se usa para crear la instancia de TSelf.

Devoluciones

Instancia de creada a partir de TSelfvalue, saturando si value se encuentra fuera del intervalo que se puede representar de TSelf.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9